Searched refs:ic_headroom (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/sys/net80211/ |
| HD | ieee80211_output.c | 905 m = ieee80211_getmgtframe(&frm, ic->ic_headroom + hdrlen, 0); in ieee80211_send_nulldata() 1099 int needed_space = vap->iv_ic->ic_headroom + hdrsize; in ieee80211_mbuf_adjust() 2107 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_probereq() 2258 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2305 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2337 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2462 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2526 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2600 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_alloc_proberesp() 3136 ic->ic_headroom + sizeof(struct ieee80211_frame), pktlen); in ieee80211_beacon_alloc()
|
| HD | ieee80211_ht.c | 2425 m = ieee80211_getmgtframe(&frm, ic->ic_headroom, sizeof(*bar)); in ieee80211_send_bar() 2552 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_addba() 2600 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_delba() 2638 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ht_txchwidth()
|
| HD | ieee80211_mesh.c | 2727 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_open() 2788 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_confirm() 2855 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_close() 2908 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshlmetric() 2948 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshgate()
|
| HD | ieee80211_proto.c | 264 hdrlen = ic->ic_headroom in ieee80211_proto_attach() 329 ifp->if_hdrlen = ic->ic_headroom in ieee80211_proto_vattach()
|
| HD | ieee80211_var.h | 127 int ic_headroom; /* driver tx headroom needs */ member
|
| HD | ieee80211_ddb.c | 512 db_printf("\theadroom %d", ic->ic_headroom); in _db_show_com()
|
| HD | ieee80211_hwmp.c | 612 ic->ic_headroom + sizeof(struct ieee80211_frame), in hwmp_send_action()
|
| /freebsd-11-stable/sys/dev/malo/ |
| HD | if_malo.c | 279 ic->ic_headroom = sizeof(struct malo_txrec) - in malo_attach()
|
| /freebsd-11-stable/sys/dev/bwi/ |
| HD | if_bwi.c | 504 ic->ic_headroom = sizeof(struct bwi_txbuf_hdr); in bwi_attach()
|
| /freebsd-11-stable/sys/dev/mwl/ |
| HD | if_mwl.c | 458 ic->ic_headroom = sizeof(struct mwltxrec) - in mwl_attach()
|
| /freebsd-11-stable/sys/dev/bwn/ |
| HD | if_bwn.c | 679 ic->ic_headroom = sizeof(struct bwn_txhdr); in bwn_attach_post()
|