Searched refs:tx_pause_tlv (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_sta_event.c | 594 MrvlIEtypes_tx_pause_t *tx_pause_tlv; in wlan_process_sta_tx_pause_event() local 611 tx_pause_tlv = (MrvlIEtypes_tx_pause_t *)tlv; in wlan_process_sta_tx_pause_event() 613 MAC2STR(tx_pause_tlv->peermac), in wlan_process_sta_tx_pause_event() 614 tx_pause_tlv->tx_pause, tx_pause_tlv->pkt_cnt); in wlan_process_sta_tx_pause_event() 617 !memcmp(priv->adapter, bssid, tx_pause_tlv->peermac, in wlan_process_sta_tx_pause_event() 619 if (tx_pause_tlv->tx_pause) in wlan_process_sta_tx_pause_event() 627 tx_pause_tlv-> in wlan_process_sta_tx_pause_event() 632 tx_pause_tlv-> in wlan_process_sta_tx_pause_event() 636 tx_pause_tlv->tx_pause) { in wlan_process_sta_tx_pause_event() 638 tx_pause_tlv-> in wlan_process_sta_tx_pause_event() [all …]
|
| H A D | mlan_uap_cmdevent.c | 438 MrvlIEtypes_tx_pause_t *tx_pause_tlv; in wlan_process_tx_pause_event() local 454 tx_pause_tlv = (MrvlIEtypes_tx_pause_t *)tlv; in wlan_process_tx_pause_event() 456 MAC2STR(tx_pause_tlv->peermac), in wlan_process_tx_pause_event() 457 tx_pause_tlv->tx_pause, tx_pause_tlv->pkt_cnt); in wlan_process_tx_pause_event() 459 (priv->adapter, bc_mac, tx_pause_tlv->peermac, in wlan_process_tx_pause_event() 462 tx_pause_tlv-> in wlan_process_tx_pause_event() 464 tx_pause_tlv-> in wlan_process_tx_pause_event() 468 tx_pause_tlv->peermac, in wlan_process_tx_pause_event() 470 if (tx_pause_tlv->tx_pause) in wlan_process_tx_pause_event() 477 tx_pause_tlv-> in wlan_process_tx_pause_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_sta_event.c | 541 MrvlIEtypes_tx_pause_t *tx_pause_tlv; in wlan_process_sta_tx_pause_event() local 558 tx_pause_tlv = (MrvlIEtypes_tx_pause_t *)tlv; in wlan_process_sta_tx_pause_event() 560 MAC2STR(tx_pause_tlv->peermac), in wlan_process_sta_tx_pause_event() 561 tx_pause_tlv->tx_pause, tx_pause_tlv->pkt_cnt); in wlan_process_sta_tx_pause_event() 564 !memcmp(priv->adapter, bssid, tx_pause_tlv->peermac, in wlan_process_sta_tx_pause_event() 566 if (tx_pause_tlv->tx_pause) in wlan_process_sta_tx_pause_event() 572 priv, tx_pause_tlv->peermac); in wlan_process_sta_tx_pause_event() 575 priv, tx_pause_tlv->peermac); in wlan_process_sta_tx_pause_event() 578 tx_pause_tlv->tx_pause) { in wlan_process_sta_tx_pause_event() 580 tx_pause_tlv in wlan_process_sta_tx_pause_event() [all …]
|
| H A D | mlan_uap_cmdevent.c | 581 MrvlIEtypes_tx_pause_t *tx_pause_tlv; in wlan_process_tx_pause_event() local 603 tx_pause_tlv = (MrvlIEtypes_tx_pause_t *)tlv; in wlan_process_tx_pause_event() 606 tx_pause_tlv->peermac, in wlan_process_tx_pause_event() 609 priv, tx_pause_tlv->peermac, in wlan_process_tx_pause_event() 610 tx_pause_tlv->tx_pause); in wlan_process_tx_pause_event() 612 tx_pause_tlv->peermac, in wlan_process_tx_pause_event() 614 if (tx_pause_tlv->tx_pause) in wlan_process_tx_pause_event() 620 priv, tx_pause_tlv->peermac); in wlan_process_tx_pause_event() 623 tx_pause_tlv->tx_pause) { in wlan_process_tx_pause_event() 625 tx_pause_tlv->tx_pause; in wlan_process_tx_pause_event() [all …]
|