Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wan/
A Dwanxl.c185 case PACKET_EMPTY: in wanxl_tx_intr()
198 desc->stat = PACKET_EMPTY; /* Free descriptor */ in wanxl_tx_intr()
212 desc->stat != PACKET_EMPTY) { in wanxl_rx_intr()
252 desc->stat = PACKET_EMPTY; /* Free descriptor */ in wanxl_rx_intr()
289 if (desc->stat != PACKET_EMPTY) { in wanxl_xmit()
314 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit()
411 get_status(port)->tx_descs[i].stat = PACKET_EMPTY; in wanxl_open()
454 if (desc->stat != PACKET_EMPTY) { in wanxl_close()
455 desc->stat = PACKET_EMPTY; in wanxl_close()
A Dwanxl.h34 #define PACKET_EMPTY 0x00 macro
A Dwanxlfw.S514 cmpl #PACKET_EMPTY, (%d2) // desc stat

Completed in 6 milliseconds