Lines Matching refs:hlid
1092 "len: %d life: %d mem: %d", desc->hlid, in wl18xx_set_tx_desc_data_len()
1209 fw_status->counters.hlid = in wl18xx_convert_fw_status()
1210 int_fw_status->counters.hlid; in wl18xx_convert_fw_status()
1634 wl18xx_acx_peer_ht_operation_mode(wl, wlvif->sta.hlid, wide); in wl18xx_sta_rc_update()
1642 u32 rate_set, u8 hlid) in wl18xx_set_peer_cap() argument
1645 rate_set, hlid); in wl18xx_set_peer_cap()
1648 static bool wl18xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_high_prio() argument
1662 if (test_bit(hlid, &suspend_bitmap)) in wl18xx_lnk_high_prio()
1666 if (test_bit(hlid, &wl->fw_fast_lnk_map) && in wl18xx_lnk_high_prio()
1667 !test_bit(hlid, &wl->ap_fw_ps_map)) in wl18xx_lnk_high_prio()
1675 static bool wl18xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_low_prio() argument
1688 if (test_bit(hlid, &suspend_bitmap)) in wl18xx_lnk_low_prio()
1690 else if (test_bit(hlid, &wl->fw_fast_lnk_map) && in wl18xx_lnk_low_prio()
1691 !test_bit(hlid, &wl->ap_fw_ps_map)) in wl18xx_lnk_low_prio()