diff options
Diffstat (limited to 'sys/dev/vxge')
| -rw-r--r-- | sys/dev/vxge/include/vxge-queue.h | 8 | ||||
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-ll.h | 12 | ||||
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-mgmt.h | 12 | ||||
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-mgmtaux.h | 8 | ||||
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-stats.h | 2 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxge-queue.c | 4 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxgehal-device.c | 2 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxgehal-fifo.c | 4 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxgehal-mgmt.c | 8 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c | 8 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxgehal-regs.h | 6 | ||||
| -rw-r--r-- | sys/dev/vxge/vxgehal/vxgehal-virtualpath.c | 6 |
12 files changed, 40 insertions, 40 deletions
diff --git a/sys/dev/vxge/include/vxge-queue.h b/sys/dev/vxge/include/vxge-queue.h index 2ff5e220b4a6..4745403f2cc0 100644 --- a/sys/dev/vxge/include/vxge-queue.h +++ b/sys/dev/vxge/include/vxge-queue.h @@ -103,7 +103,7 @@ typedef void (*vxge_queued_f) (void *data, u32 event_type); * produce/consume operations. * @tail_ptr: Points to the tail of the queue. It gets changed during queue * produce/consume operations. - * @lock: Lock for queue operations(syncronization purpose). + * @lock: Lock for queue operations(synchronization purpose). * @pages_initial:Number of pages to be initially allocated at the time * of queue creation. * @pages_max: Max number of pages that can be allocated in the queue. @@ -235,7 +235,7 @@ vxge_queue_produce(vxge_queue_h queueh, * Returns: VXGE_QUEUE_OK - success. * VXGE_QUEUE_IS_EMPTY - Queue is empty. * VXGE_QUEUE_NOT_ENOUGH_SPACE - Requested item size(@data_max_size) - * is too small to accomodate an item from the queue. + * is too small to accommodate an item from the queue. * * See also: vxge_queue_item_t {}, vxge_queue_produce(). */ @@ -261,7 +261,7 @@ vxge_queue_produce_context(vxge_queue_h queueh, * Returns: VXGE_QUEUE_OK - success. * VXGE_QUEUE_IS_EMPTY - Queue is empty. * VXGE_QUEUE_NOT_ENOUGH_SPACE - Requested item size(@data_max_size) - * is too small to accomodate an item from the queue. + * is too small to accommodate an item from the queue. * * See also: vxge_queue_item_t {}, vxge_queue_produce(). */ @@ -285,7 +285,7 @@ vxge_queue_flush(vxge_queue_h queueh); * @queueh: Queue handle. * * This function is called in the case of no slot avaialble in the queue - * to accomodate the newly received event. + * to accommodate the newly received event. * Note that queue cannot grow beyond the max size specified for the * queue. * diff --git a/sys/dev/vxge/include/vxgehal-ll.h b/sys/dev/vxge/include/vxgehal-ll.h index 5c65cc1d4c5d..7e034485721f 100644 --- a/sys/dev/vxge/include/vxgehal-ll.h +++ b/sys/dev/vxge/include/vxgehal-ll.h @@ -2451,7 +2451,7 @@ void vxge_hal_fifo_txdl_cksum_set_bits( /* * vxge_hal_fifo_txdl_interrupt_type_set - Set the interrupt type for the txdl * @txdlh: Descriptor handle. - * @interrupt_type: utiliz based interupt or List interrupt + * @interrupt_type: utiliz based interrupt or List interrupt * * vxge_hal_fifo_txdl_interrupt_type_set is used to set the interrupt type for * each xmit txdl dynamically @@ -2639,7 +2639,7 @@ vxge_hal_fifo_txdl_buffer_append( * @txdlh: Descriptor handle. * @frag_idx: Index of the data buffer in the Txdl list. * - * This API in conjuction with vxge_hal_fifo_txdl_buffer_append() prepares + * This API in conjunction with vxge_hal_fifo_txdl_buffer_append() prepares * a descriptor that consists of a single physically contiguous buffer * which inturn contains the contents of one or more virtually contiguous * buffers received from the upper layer. @@ -3950,7 +3950,7 @@ void * @read_length: Size of the valid data in the buffer. * * Read HAL trace buffer contents starting from the offset - * upto the size of the buffer or till EOF is reached. + * up to the size of the buffer or till EOF is reached. * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_EOF_TRACE_BUF - No more data in the trace buffer. @@ -5109,7 +5109,7 @@ vxge_hal_vpath_rts_rth_get( * * @vpath_handle: Virtual Path ahandle. * @KeySize: Number of 64-bit words - * @Key: upto 40-byte array of 64-bit values + * @Key: up to 40-byte array of 64-bit values * This function configures the 40-byte secret which is used for hash * calculation. * @@ -5633,7 +5633,7 @@ vxge_hal_vpath_rpa_set( * vxge_hal_vpath_poll_rx - Poll Rx od Virtual Path for completed * descriptors and process the same. * @vpath_handle: Virtual Path ahandle. - * @got_rx: Buffer to return the flag set if receive interrupt is occured + * @got_rx: Buffer to return the flag set if receive interrupt is occurred * * The function polls the Rx for the completed descriptors and calls * the upper-layer driver (ULD) via supplied completion callback. @@ -5653,7 +5653,7 @@ vxge_hal_vpath_poll_rx( * vxge_hal_vpath_poll_tx - Poll Tx for completed descriptors and process * the same. * @vpath_handle: Virtual Path ahandle. - * @got_tx: Buffer to return the flag set if transmit interrupt is occured + * @got_tx: Buffer to return the flag set if transmit interrupt is occurred * * The function polls the Tx for the completed descriptors and calls * the upper-layer driver (ULD) via supplied completion callback. diff --git a/sys/dev/vxge/include/vxgehal-mgmt.h b/sys/dev/vxge/include/vxgehal-mgmt.h index 682e81ed8891..effc9ab0a1cf 100644 --- a/sys/dev/vxge/include/vxgehal-mgmt.h +++ b/sys/dev/vxge/include/vxgehal-mgmt.h @@ -87,7 +87,7 @@ typedef struct vxge_hal_mgmt_about_info_t { * * Returns: VXGE_HAL_OK - success; * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * VXGE_HAL_FAIL - Failed to retrieve the information. * @@ -111,7 +111,7 @@ vxge_hal_mgmt_about(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * */ @@ -122,7 +122,7 @@ vxge_hal_mgmt_pci_config(vxge_hal_device_h devh, u8 *buffer, u32 *size); * struct vxge_hal_mgmt_pm_cap_t - Power Management Capabilities * @pm_cap_ver: Version * @pm_cap_pme_clock: PME clock required - * @pm_cap_aux_power: Auxilliary power support + * @pm_cap_aux_power: Auxiliary power support * @pm_cap_dsi: Device specific initialization * @pm_cap_aux_current: auxiliary current requirements * @pm_cap_cap_d0: D1 power state support @@ -412,7 +412,7 @@ vxge_hal_mgmt_pci_err_capabilities_get(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_DRIVER_NOT_INITIALIZED - HAL is not initialized. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version is not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version is not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * * See also: vxge_hal_driver_config_t {}, vxge_hal_mgmt_device_config(). @@ -430,7 +430,7 @@ vxge_hal_mgmt_driver_config(vxge_hal_driver_config_t *drv_config, u32 *size); * @read_length: Size of the valid data in the buffer. * * Read HAL trace buffer contents starting from the offset - * upto the size of the buffer or till EOF is reached. + * up to the size of the buffer or till EOF is reached. * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_EOF_TRACE_BUF - No more data in the trace buffer. @@ -457,7 +457,7 @@ vxge_hal_mgmt_trace_read(char *buffer, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * * See also: vxge_hal_device_config_t {}, vxge_hal_mgmt_driver_config(). diff --git a/sys/dev/vxge/include/vxgehal-mgmtaux.h b/sys/dev/vxge/include/vxgehal-mgmtaux.h index 6eba36abc0ac..8ded696d2a75 100644 --- a/sys/dev/vxge/include/vxgehal-mgmtaux.h +++ b/sys/dev/vxge/include/vxgehal-mgmtaux.h @@ -47,7 +47,7 @@ __EXTERN_BEGIN_DECLS * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_FAIL - Failed to retrieve the information. * * See also: vxge_hal_mgmt_about(), vxge_hal_aux_device_dump(). @@ -64,7 +64,7 @@ vxge_hal_status_e vxge_hal_aux_about_read(vxge_hal_device_h devh, int bufsize, * Read driver configuration, * * Returns: VXGE_HAL_OK - success. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * * See also: vxge_hal_aux_device_config_read(). */ @@ -84,7 +84,7 @@ vxge_hal_aux_driver_config_read(int bufsize, char *retbuf, int *retsize); * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * * See also: vxge_hal_mgmt_pci_config(), vxge_hal_aux_device_dump(). */ @@ -105,7 +105,7 @@ vxge_hal_aux_pci_config_read(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * * See also: vxge_hal_aux_driver_config_read(). */ diff --git a/sys/dev/vxge/include/vxgehal-stats.h b/sys/dev/vxge/include/vxgehal-stats.h index 3697471fc929..9dae119540a9 100644 --- a/sys/dev/vxge/include/vxgehal-stats.h +++ b/sys/dev/vxge/include/vxgehal-stats.h @@ -925,7 +925,7 @@ typedef struct vxge_hal_xmac_aggr_stats_t { * @rx_red_discard: Count of received frames that are discarded because of RED * (Random Early Discard). * @rx_xgmii_ctrl_err_cnt: Maintains a count of unexpected or misplaced control - * characters occuring between times of normal data transmission + * characters occurring between times of normal data transmission * (i.e. not included in RX_XGMII_DATA_ERR_CNT). This counter is * incremented when either - * 1) The Reconciliation Sublayer (RS) is expecting one control diff --git a/sys/dev/vxge/vxgehal/vxge-queue.c b/sys/dev/vxge/vxgehal/vxge-queue.c index 5cf433e53156..c2a2b5aa19cb 100644 --- a/sys/dev/vxge/vxgehal/vxge-queue.c +++ b/sys/dev/vxge/vxgehal/vxge-queue.c @@ -392,7 +392,7 @@ vxge_queue_destroy(vxge_queue_h queueh) * @queueh: Queue handle. * * This function is called in the case of no slot avaialble in the queue - * to accomodate the newly received event. + * to accommodate the newly received event. * Note that queue cannot grow beyond the max size specified for the * queue. * @@ -488,7 +488,7 @@ vxge_io_queue_grow(vxge_queue_h queueh) * Returns: VXGE_QUEUE_OK - success. * VXGE_QUEUE_IS_EMPTY - Queue is empty. * VXGE_QUEUE_NOT_ENOUGH_SPACE - Requested item size(@data_max_size) - * is too small to accomodate an item from the queue. + * is too small to accommodate an item from the queue. * * See also: vxge_queue_item_t {}, vxge_queue_produce(). */ diff --git a/sys/dev/vxge/vxgehal/vxgehal-device.c b/sys/dev/vxge/vxgehal/vxgehal-device.c index 2e77f1ec7740..faa5f79308d8 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-device.c +++ b/sys/dev/vxge/vxgehal/vxgehal-device.c @@ -3395,7 +3395,7 @@ vxge_hal_device_trace_dump(vxge_hal_device_h devh) * @read_length: Size of the valid data in the buffer. * * Read HAL trace buffer contents starting from the offset - * upto the size of the buffer or till EOF is reached. + * up to the size of the buffer or till EOF is reached. * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_EOF_TRACE_BUF - No more data in the trace buffer. diff --git a/sys/dev/vxge/vxgehal/vxgehal-fifo.c b/sys/dev/vxge/vxgehal/vxgehal-fifo.c index 771f88079978..30dfa3d5557b 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-fifo.c +++ b/sys/dev/vxge/vxgehal/vxgehal-fifo.c @@ -384,7 +384,7 @@ __hal_fifo_create( * demand with the size which will fit into one memory block. * One memory block may contain more than one TxDL. In simple case * memory block size can be equal to CPU page size. On more - * sophisticated OS's memory block can be contigious across + * sophisticated OS's memory block can be contiguous across * several pages. * * During "reserve" operations more memory can be allocated on demand @@ -1191,7 +1191,7 @@ vxge_hal_fifo_txdl_buffer_append( * @txdlh: Descriptor handle. * @frag_idx: Index of the data buffer in the Txdl list. * - * This API in conjuction with vxge_hal_fifo_txdl_buffer_append() prepares + * This API in conjunction with vxge_hal_fifo_txdl_buffer_append() prepares * a descriptor that consists of a single physically contiguous buffer * which inturn contains the contents of one or more virtually contiguous * buffers received from the upper layer. diff --git a/sys/dev/vxge/vxgehal/vxgehal-mgmt.c b/sys/dev/vxge/vxgehal/vxgehal-mgmt.c index 3e1a25afb0a2..c58ddb29ca92 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mgmt.c +++ b/sys/dev/vxge/vxgehal/vxgehal-mgmt.c @@ -45,7 +45,7 @@ * * Returns: VXGE_HAL_OK - success; * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * VXGE_HAL_FAIL - Failed to retrieve the information. * @@ -136,7 +136,7 @@ vxge_hal_mgmt_about(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * */ @@ -916,7 +916,7 @@ vxge_hal_mgmt_pci_err_capabilities_get(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_DRIVER_NOT_INITIALIZED - HAL is not initialized. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version is not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version is not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * * See also: vxge_hal_driver_config_t {}, vxge_hal_mgmt_device_config(). @@ -974,7 +974,7 @@ vxge_hal_mgmt_driver_config(vxge_hal_driver_config_t *drv_config, u32 *size) * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * * See also: vxge_hal_device_config_t {}, vxge_hal_mgmt_driver_config(). diff --git a/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c b/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c index e294e7eb127d..995cbc7073f4 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c +++ b/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c @@ -82,7 +82,7 @@ * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_FAIL - Failed to retrieve the information. * * See also: vxge_hal_mgmt_about(), vxge_hal_aux_device_dump(). @@ -132,7 +132,7 @@ vxge_hal_aux_about_read(vxge_hal_device_h devh, int bufsize, * Read driver configuration, * * Returns: VXGE_HAL_OK - success. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * * See also: vxge_hal_aux_device_config_read(). */ @@ -169,7 +169,7 @@ vxge_hal_aux_driver_config_read(int bufsize, char *retbuf, int *retsize) * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * * See also: vxge_hal_mgmt_pci_config(), vxge_hal_aux_device_dump(). */ @@ -463,7 +463,7 @@ vxge_hal_aux_pci_config_read( * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * * See also: vxge_hal_aux_driver_config_read(). */ diff --git a/sys/dev/vxge/vxgehal/vxgehal-regs.h b/sys/dev/vxge/vxgehal/vxgehal-regs.h index 52cef7420706..a18e97b0ffa0 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-regs.h +++ b/sys/dev/vxge/vxgehal/vxgehal-regs.h @@ -200,7 +200,7 @@ typedef struct vxge_hal_pm_capability_le_t { u16 capabilities_reg; #define VXGE_HAL_PCI_PM_CAP_VER_MASK 0x0007 /* Version */ #define VXGE_HAL_PCI_PM_CAP_PME_CLOCK 0x0008 /* PME clock required */ -#define VXGE_HAL_PCI_PM_CAP_AUX_POWER 0x0010 /* Auxilliary power support */ +#define VXGE_HAL_PCI_PM_CAP_AUX_POWER 0x0010 /* Auxiliary power support */ #define VXGE_HAL_PCI_PM_CAP_DSI 0x0020 /* Device specific init */ #define VXGE_HAL_PCI_PM_AUX_CURRENT 0x01C0 /* Auxiliary current reqs */ #define VXGE_HAL_PCI_PM_CAP_D1 0x0200 /* D1 power state support */ @@ -228,7 +228,7 @@ typedef struct vxge_hal_pm_capability_t { u16 capabilities_reg; #define VXGE_HAL_PCI_PM_CAP_VER_MASK 0x0007 /* Version */ #define VXGE_HAL_PCI_PM_CAP_PME_CLOCK 0x0008 /* PME clock required */ -#define VXGE_HAL_PCI_PM_CAP_AUX_POWER 0x0010 /* Auxilliary power support */ +#define VXGE_HAL_PCI_PM_CAP_AUX_POWER 0x0010 /* Auxiliary power support */ #define VXGE_HAL_PCI_PM_CAP_DSI 0x0020 /* Dev specific init */ #define VXGE_HAL_PCI_PM_AUX_CURRENT 0x01C0 /* Auxiliary current reqs */ #define VXGE_HAL_PCI_PM_CAP_D1 0x0200 /* D1 power state support */ @@ -257,7 +257,7 @@ typedef struct vxge_hal_pm_capability_t { u16 capabilities_reg; #define VXGE_HAL_PCI_PM_CAP_VER_MASK 0x0007 /* Version */ #define VXGE_HAL_PCI_PM_CAP_PME_CLOCK 0x0008 /* PME clock required */ -#define VXGE_HAL_PCI_PM_CAP_AUX_POWER 0x0010 /* Auxilliary power support */ +#define VXGE_HAL_PCI_PM_CAP_AUX_POWER 0x0010 /* Auxiliary power support */ #define VXGE_HAL_PCI_PM_CAP_DSI 0x0020 /* Dev specific init */ #define VXGE_HAL_PCI_PM_AUX_CURRENT 0x01C0 /* Auxiliary curr reqs */ #define VXGE_HAL_PCI_PM_CAP_D1 0x0200 /* D1 power state support */ diff --git a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c index ac51b9763195..c4067e984a5a 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c +++ b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c @@ -2899,7 +2899,7 @@ vxge_hal_vpath_rts_rth_get(vxge_hal_vpath_h vpath_handle, * * @vpath_handle: Virtual Path ahandle. * @KeySize: Number of 64-bit words - * @Key: upto 40-byte array of 64-bit values + * @Key: up to 40-byte array of 64-bit values * This function configures the 40-byte secret which is used for hash * calculation. * @@ -7532,7 +7532,7 @@ vxge_hal_vpath_msix_unmask_all(vxge_hal_vpath_h vpath_handle) * vxge_hal_vpath_poll_rx - Poll Rx Virtual Path for completed * descriptors and process the same. * @vpath_handle: Virtual Path ahandle. - * @got_rx: Buffer to return the flag set if receive interrupt is occured + * @got_rx: Buffer to return the flag set if receive interrupt is occurred * * The function polls the Rx for the completed descriptors and calls * the upper-layer driver (ULD) via supplied completion callback. @@ -7597,7 +7597,7 @@ vxge_hal_vpath_poll_rx(vxge_hal_vpath_h vpath_handle, u32 *got_rx) * vxge_hal_vpath_poll_tx - Poll Tx for completed descriptors and process * the same. * @vpath_handle: Virtual Path ahandle. - * @got_tx: Buffer to return the flag set if transmit interrupt is occured + * @got_tx: Buffer to return the flag set if transmit interrupt is occurred * * The function polls the Tx for the completed descriptors and calls * the upper-layer driver (ULD) via supplied completion callback. |
