Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/purelifi/plfxlc/
Dmac.c309 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_op_tx()
457 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) { in plfxlc_mac_rx()
465 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) in plfxlc_mac_rx()
468 tx->station[sidx].flag |= STATION_CONNECTED_FLAG; in plfxlc_mac_rx()
Dusb.h102 #define STATION_CONNECTED_FLAG 0x1 macro
Dusb.c47 if (!(tx->station[usb->sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_send_packet_from_data_queue()
560 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in sta_queue_cleanup_timer_callb()
672 tx->station[STA_BROADCAST_INDEX].flag |= STATION_CONNECTED_FLAG; in probe()