Lines Matching refs:QLINK_ALIGN
179 round_up(len, QLINK_ALIGN)); in qtnf_cmd_tlv_ie_set_add()
194 len += round_up(s->ssid_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
195 len += round_up(s->beacon.head_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
196 len += round_up(s->beacon.tail_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
197 len += round_up(s->beacon.beacon_ies_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
198 len += round_up(s->beacon.proberesp_ies_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
199 len += round_up(s->beacon.assocresp_ies_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
200 len += round_up(s->beacon.probe_resp_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
210 round_up(acl_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
326 round_up(sizeof(*s->ht_cap), QLINK_ALIGN)); in qtnf_cmd_send_start_ap()
351 sizeof(*tlv) + round_up(acl_size, QLINK_ALIGN)); in qtnf_cmd_send_start_ap()
2559 tlv = skb_put(cmd_skb, sizeof(*tlv) + round_up(acl_size, QLINK_ALIGN)); in qtnf_cmd_set_mac_acl()