Lines Matching refs:hlid
1090 "len: %d life: %d mem: %d", desc->hlid, in wl18xx_set_tx_desc_data_len()
1626 wl18xx_acx_peer_ht_operation_mode(wl, wlvif->sta.hlid, wide); in wl18xx_sta_rc_update()
1634 u32 rate_set, u8 hlid) in wl18xx_set_peer_cap() argument
1637 rate_set, hlid); in wl18xx_set_peer_cap()
1640 static bool wl18xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_high_prio() argument
1654 if (test_bit(hlid, &suspend_bitmap)) in wl18xx_lnk_high_prio()
1658 if (test_bit(hlid, &wl->fw_fast_lnk_map) && in wl18xx_lnk_high_prio()
1659 !test_bit(hlid, &wl->ap_fw_ps_map)) in wl18xx_lnk_high_prio()
1667 static bool wl18xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_low_prio() argument
1680 if (test_bit(hlid, &suspend_bitmap)) in wl18xx_lnk_low_prio()
1682 else if (test_bit(hlid, &wl->fw_fast_lnk_map) && in wl18xx_lnk_low_prio()
1683 !test_bit(hlid, &wl->ap_fw_ps_map)) in wl18xx_lnk_low_prio()