Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/fddi/skfp/
Dhwmtm.c1555 frame_status |= LAN_TX ; in hwm_tx_init()
1561 frame_status |= LAN_TX ; in hwm_tx_init()
1567 frame_status |= LAN_TX | LOC_TX ; in hwm_tx_init()
1574 frame_status &= ~LAN_TX ; in hwm_tx_init()
1583 frame_status &= ~LAN_TX ; in hwm_tx_init()
1588 frame_status &= ~LAN_TX ; in hwm_tx_init()
1642 if (frame_status & LAN_TX) { in hwm_tx_frag()
1853 frame_status = LAN_TX ; in smt_send_mbuf()
1860 frame_status &= ~LAN_TX; in smt_send_mbuf()
1872 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) { in smt_send_mbuf()
[all …]
Dskfddi.c1144 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
1174 if (frame_status & LAN_TX) { in send_queued_packets()
1181 if (!(frame_status & LAN_TX)) { // local only frame in send_queued_packets()
/Linux-v5.4/drivers/net/fddi/skfp/h/
Dhwmtm.h64 #define LAN_TX 0x20 /* send frame to network if set */ macro