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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h290 u32 next_avail_desc; member in struct:tx_ring
H A Dif_igb.h296 u32 next_avail_desc; member in struct:tx_ring
H A Dif_em.c1947 first = txr->next_avail_desc;
2026 i = txr->next_avail_desc;
2078 txr->next_avail_desc = i;
3366 txr->next_avail_desc = 0;
3625 cur = txr->next_avail_desc;
3739 txr->next_avail_desc = cur;
3772 cur = txr->next_avail_desc;
3815 txr->next_avail_desc = cur;
H A Dif_igb.c1941 first = txr->next_avail_desc;
2022 i = txr->next_avail_desc;
2042 txr->next_avail_desc = i;
3526 txr->next_avail_desc = 0;
3723 ctxd = txr->next_avail_desc;
3763 txr->next_avail_desc = ctxd;
3793 ctxd = txr->next_avail_desc;
3886 txr->next_avail_desc = ctxd;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h301 u16 next_avail_desc; member in struct:tx_ring
H A Dixv.h259 u32 next_avail_desc; member in struct:tx_ring
H A Dixv.c1221 first = txr->next_avail_desc;
1297 i = txr->next_avail_desc;
1323 txr->next_avail_desc = i;
2207 txr->next_avail_desc = 0;
2391 int ctxd = txr->next_avail_desc;
2488 txr->next_avail_desc = ctxd;
2529 ctxd = txr->next_avail_desc;
2577 txr->next_avail_desc = ctxd;
H A Dixgbe.c1778 first = txr->next_avail_desc;
1849 i = txr->next_avail_desc;
1871 txr->next_avail_desc = i;
3055 txr->next_avail_desc = 0;
3287 int ctxd = txr->next_avail_desc;
3387 txr->next_avail_desc = ctxd;
3466 ctxd = txr->next_avail_desc;
3500 txr->next_avail_desc = ctxd;

Completed in 124 milliseconds