Searched refs:QLINK_ALIGN (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.h25 hdr = skb_put(skb, sizeof(*hdr) + round_up(arr_len, QLINK_ALIGN));
67 round_up(le16_to_cpu(_tlv->len), QLINK_ALIGN)))
71 (const u8 *)(_start) + round_up(_datalen, QLINK_ALIGN))
H A Dcommands.c179 round_up(len, QLINK_ALIGN));
194 len += round_up(s->ssid_len, QLINK_ALIGN);
195 len += round_up(s->beacon.head_len, QLINK_ALIGN);
196 len += round_up(s->beacon.tail_len, QLINK_ALIGN);
197 len += round_up(s->beacon.beacon_ies_len, QLINK_ALIGN);
198 len += round_up(s->beacon.proberesp_ies_len, QLINK_ALIGN);
199 len += round_up(s->beacon.assocresp_ies_len, QLINK_ALIGN);
200 len += round_up(s->beacon.probe_resp_len, QLINK_ALIGN);
210 round_up(acl_len, QLINK_ALIGN);
326 round_up(sizeof(*s->ht_cap), QLINK_ALIGN));
[all...]
H A Dqlink.h22 #define QLINK_ALIGN 4 macro

Completed in 149 milliseconds