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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-traffic.c918 * @t_code: Transfer code, as per Titan User Guide,
933 * Non-zero @t_code means failure to fill-in receive buffer(s)
948 struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code)
967 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0);
970 if (!own || ((*t_code == VXGE_HW_RING_T_CODE_FRM_DROP) && own)) {
978 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED);
1002 * @t_code: One of the enumerated (and documented in the Titan user guide)
1013 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code)
1020 /* If the t_code is not supported and if the
1021 * t_code i
947 vxge_hw_ring_rxd_next_completed( struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code) argument
1012 vxge_hw_ring_handle_tcode( struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) argument
1269 vxge_hw_fifo_txdl_next_completed( struct __vxge_hw_fifo *fifo, void **txdlh, enum vxge_hw_fifo_tcode *t_code) argument
1324 vxge_hw_fifo_handle_tcode(struct __vxge_hw_fifo *fifo, void *txdlh, enum vxge_hw_fifo_tcode t_code) argument
2424 u8 t_code; local
2480 enum vxge_hw_fifo_tcode t_code; local
[all...]
H A Dvxge-main.h424 u8 t_code, void *userdata);
428 enum vxge_hw_fifo_tcode t_code, void *userdata,
H A Dvxge-config.h909 u8 t_code,
988 enum vxge_hw_fifo_tcode t_code,
1694 u8 t_code,
1716 * @t_code: Transfer code, as per Titan User Guide.
1738 * Non-zero @t_code means failure to process transmit descriptor.
1791 enum vxge_hw_fifo_tcode t_code,
H A Dvxge-traffic.h1972 u8 *t_code);
1977 u8 t_code);
2073 enum vxge_hw_fifo_tcode *t_code);
2078 enum vxge_hw_fifo_tcode t_code);
H A Dvxge-main.c359 u8 t_code, void *userdata)
405 if (unlikely(t_code)) {
407 if (vxge_hw_ring_handle_tcode(ringh, dtr, t_code) !=
414 __LINE__, t_code);
416 /* If the t_code is not supported and if the
417 * t_code is other than 0x5 (unparseable packet
515 &t_code) == VXGE_HW_OK);
536 enum vxge_hw_fifo_tcode t_code, void *userdata,
560 __LINE__, fifo_hw, dtr, t_code);
567 if (unlikely(t_code)) {
358 vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr, u8 t_code, void *userdata) argument
535 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, enum vxge_hw_fifo_tcode t_code, void *userdata, struct sk_buff ***skb_ptr, int nr_skb, int *more) argument
[all...]

Completed in 84 milliseconds