Home
last modified time | relevance | path

Searched refs:PACKET_EMPTY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dwanxl.c169 case PACKET_EMPTY: in wanxl_tx_intr()
182 desc->stat = PACKET_EMPTY; /* Free descriptor */ in wanxl_tx_intr()
197 desc->stat != PACKET_EMPTY) { in wanxl_rx_intr()
237 desc->stat = PACKET_EMPTY; /* Free descriptor */ in wanxl_rx_intr()
279 if (desc->stat != PACKET_EMPTY) { in wanxl_xmit()
304 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit()
408 get_status(port)->tx_descs[i].stat = PACKET_EMPTY; in wanxl_open()
453 if (desc->stat != PACKET_EMPTY) { in wanxl_close()
454 desc->stat = PACKET_EMPTY; in wanxl_close()
H A Dwanxl.h34 #define PACKET_EMPTY 0x00 macro
H A Dwanxlfw.S514 cmpl #PACKET_EMPTY, (%d2) // desc stat
/kernel/linux/linux-6.6/drivers/net/wan/
H 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()
H A Dwanxl.h34 #define PACKET_EMPTY 0x00 macro
H A Dwanxlfw.S514 cmpl #PACKET_EMPTY, (%d2) // desc stat

Completed in 6 milliseconds