Searched refs:next_avail_desc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dix_txrx.c360 first = txr->next_avail_desc;
435 i = txr->next_avail_desc;
457 txr->next_avail_desc = i;
579 txr->next_avail_desc = 0;
736 int ctxd = txr->next_avail_desc;
842 txr->next_avail_desc = ctxd;
921 ctxd = txr->next_avail_desc;
955 txr->next_avail_desc = ctxd;
H A Dixgbe.h333 u16 next_avail_desc; member in struct:tx_ring
/freebsd-10.2-release/sys/dev/e1000/
H A Dif_em.h331 u32 next_avail_desc; member in struct:tx_ring
H A Dif_igb.h301 u16 next_avail_desc; member in struct:tx_ring
H A Dif_em.c2007 first = txr->next_avail_desc;
2087 i = txr->next_avail_desc;
2139 txr->next_avail_desc = i;
3461 txr->next_avail_desc = 0;
3739 cur = txr->next_avail_desc;
3853 txr->next_avail_desc = cur;
3886 cur = txr->next_avail_desc;
3929 txr->next_avail_desc = cur;
H A Dif_igb.c1861 first = txr->next_avail_desc;
1925 i = txr->next_avail_desc;
1947 txr->next_avail_desc = i;
3517 txr->next_avail_desc = 0;
3771 ctxd = txr->next_avail_desc;
3808 txr->next_avail_desc = ctxd;
3836 int ctxd = txr->next_avail_desc;
3939 txr->next_avail_desc = ctxd;

Completed in 177 milliseconds