Searched defs:tcode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_traffic.c647 enum vxge_hw_ring_tcode tcode; local
655 tcode = VXGE_HW_RING_RXD_T_CODE_GET(rxd->control_0);
657 /* if tcode is VXGE_HW_RING_T_CODE_FRM_DROP, it is
661 && (tcode == VXGE_HW_RING_T_CODE_OK)) {
670 if (tcode != VXGE_HW_RING_T_CODE_OK) {
672 vxge_debug(VXGE_ERR, "%s:%d, rx error tcode %d\n",
673 __func__, __LINE__, tcode);
H A Dvxge_main.c66 struct vxge_hw_fifo_txd *txdp, enum vxge_hw_fifo_tcode tcode)
77 if (tcode == VXGE_HW_FIFO_T_CODE_OK) {
81 vxge_debug(VXGE_ERR, "%s: transmit failed, tcode %d\n",
82 netdev->name, tcode);
65 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, struct vxge_hw_fifo_txd *txdp, enum vxge_hw_fifo_tcode tcode) argument

Completed in 33 milliseconds