Home
last modified time | relevance | path

Searched refs:txbuf_unused (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl2.c827 int txbuf_unused; in atl2_xmit_frame() local
840 txbuf_unused = TxdFreeBytes(adapter); in atl2_xmit_frame()
842 if (skb->len + sizeof(struct tx_pkt_header) + 4 > txbuf_unused || in atl2_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl2.c827 int txbuf_unused; in atl2_xmit_frame() local
840 txbuf_unused = TxdFreeBytes(adapter); in atl2_xmit_frame()
842 if (skb->len + sizeof(struct tx_pkt_header) + 4 > txbuf_unused || in atl2_xmit_frame()

Completed in 7 milliseconds