Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sparc64/dev/ | |
ldc.c | 440 uint64_t tx_avail; local in function:ldc_send_unreliable 452 tx_avail = (tx_head - tx_tail) / sizeof(*lp) + 454 tx_avail %= lc->lc_txq->lq_nentries; 455 if (len > tx_avail * LDC_PKT_PAYLOAD) { |
/src/sys/dev/pci/ixgbe/ | |
ixgbe.h | 366 volatile u16 tx_avail; member in struct:tx_ring |