Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dfirestream.c919 if (DO_DIRECTION(txtp) && test_bit (dev->channo, dev->tx_inuse)) in fs_open()
934 ( DO_DIRECTION(txtp) && test_bit (vcc->channo, dev->tx_inuse))) { in fs_open()
1049 set_bit (vcc->channo, dev->tx_inuse); in fs_open()
1139 clear_bit (vcc->channo, dev->tx_inuse); in fs_close()
1811 dev->tx_inuse = kzalloc (dev->nchannels / 8 /* bits/byte */ , GFP_KERNEL); in fs_init()
1815 if (!dev->tx_inuse) { in fs_init()
Dfirestream.h489 void *tx_inuse; member
Dhe.c2342 int retry = 0, sleep = 1, tx_inuse; in he_close() local
2399 while (((tx_inuse = atomic_read(&sk_atm(vcc)->sk_wmem_alloc)) > 1) && in he_close()
2408 if (tx_inuse > 1) in he_close()
2409 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-sriox-defs.h1004 uint64_t tx_inuse:4; member
1018 uint64_t tx_inuse:4;
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c1791 static inline int tx_inuse(const struct sky2_port *sky2) in tx_inuse() function
1799 return sky2->tx_pending - tx_inuse(sky2); in tx_avail()