Searched refs:got_rx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c333 * @got_rx: Buffer to return the flag set if receive interrupt is occured
345 xge_hal_device_poll_rx_channel(xge_hal_channel_t *channel, int *got_rx) argument
354 got_bytes = *got_rx = 0;
361 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1;
365 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1;
370 if (*got_rx) {
371 hldev->irq_workload_rxd[channel->post_qid] += *got_rx;
430 * @got_rx: Buffer to return flag set if receive is ready
442 xge_hal_device_poll_rx_channels(xge_hal_device_t *hldev, int *got_rx) argument
452 (void) xge_hal_device_poll_rx_channel(channel, got_rx);
628 int got_rx = 1, got_tx = 1; local
[all...]
/freebsd-10.2-release/sys/dev/nxge/include/
H A Dxgehal-device.h914 xge_hal_device_poll_rx_channels(xge_hal_device_t *hldev, int *got_rx);
917 xge_hal_device_poll_rx_channel(xge_hal_channel_t *channel, int *got_rx);
/freebsd-10.2-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c6204 u32 got_rx = 1, got_tx = 1; local
6222 if (got_rx && (vp->vpath->ringh != NULL))
6223 (void) vxge_hal_vpath_poll_rx(vpath_handle, &got_rx);
6228 if (!got_rx && !got_tx)
7535 * @got_rx: Buffer to return the flag set if receive interrupt is occured
7547 vxge_hal_vpath_poll_rx(vxge_hal_vpath_h vpath_handle, u32 *got_rx) argument
7557 vxge_assert((vpath_handle != NULL) && (got_rx != NULL));
7567 "vpathh = 0x"VXGE_OS_STXFMT", got_rx = 0x"VXGE_OS_STXFMT,
7568 (ptr_t) vpath_handle, (ptr_t) got_rx);
7579 *got_rx
[all...]
/freebsd-10.2-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h5636 * @got_rx: Buffer to return the flag set if receive interrupt is occured
5650 u32 *got_rx);
/freebsd-10.2-release/sys/dev/vxge/
H A Dvxge.c1516 u32 got_rx = 0; local
1530 vxge_hal_vpath_poll_rx(vpath->handle, &got_rx);

Completed in 137 milliseconds