Lines Matching refs:hlid
1064 "len: %d life: %d mem: %d", desc->hlid, in wl18xx_set_tx_desc_data_len()
1590 wl18xx_acx_peer_ht_operation_mode(wl, wlvif->sta.hlid, wide); in wl18xx_sta_rc_update()
1598 u32 rate_set, u8 hlid) in wl18xx_set_peer_cap() argument
1601 rate_set, hlid); in wl18xx_set_peer_cap()
1604 static bool wl18xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_high_prio() argument
1618 if (test_bit(hlid, &suspend_bitmap)) in wl18xx_lnk_high_prio()
1622 if (test_bit(hlid, &wl->fw_fast_lnk_map) && in wl18xx_lnk_high_prio()
1623 !test_bit(hlid, &wl->ap_fw_ps_map)) in wl18xx_lnk_high_prio()
1631 static bool wl18xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_low_prio() argument
1644 if (test_bit(hlid, &suspend_bitmap)) in wl18xx_lnk_low_prio()
1646 else if (test_bit(hlid, &wl->fw_fast_lnk_map) && in wl18xx_lnk_low_prio()
1647 !test_bit(hlid, &wl->ap_fw_ps_map)) in wl18xx_lnk_low_prio()