Home
last modified time | relevance | path

Searched refs:tx_inuse (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/atm/
H A Dhe.c2337 int retry = 0, sleep = 1, tx_inuse; in he_close() local
2394 while (((tx_inuse = refcount_read(&sk_atm(vcc)->sk_wmem_alloc)) > 1) && in he_close()
2403 if (tx_inuse > 1) in he_close()
2404 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h954 uint64_t tx_inuse:4; member
968 uint64_t tx_inuse:4;
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c1776 static inline int tx_inuse(const struct sky2_port *sky2) in tx_inuse() function
1784 return sky2->tx_pending - tx_inuse(sky2); in tx_avail()