Searched refs:ic_headroom (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_output.c | 1121 m = ieee80211_getmgtframe(&frm, ic->ic_headroom + hdrlen, 0); in ieee80211_send_nulldata() 1353 int needed_space = vap->iv_ic->ic_headroom + hdrsize; in ieee80211_mbuf_adjust() 2590 ic->ic_headroom + sizeof(struct ieee80211_frame), frmlen); in ieee80211_send_probereq() 2733 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2779 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2812 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 2948 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 3019 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt() 3095 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_alloc_proberesp() 3748 ic->ic_headroom + sizeof(struct ieee80211_frame), pktlen); in ieee80211_beacon_alloc()
|
H A D | ieee80211_mesh.c | 2728 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_open() 2789 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_confirm() 2856 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_close() 2909 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshlmetric() 2949 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshgate()
|
H A D | ieee80211_ht.c | 2942 m = ieee80211_getmgtframe(&frm, ic->ic_headroom, sizeof(*bar)); in ieee80211_send_bar() 3070 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_addba() 3118 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_delba() 3156 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ht_txchwidth()
|
H A D | ieee80211_proto.c | 270 hdrlen = ic->ic_headroom in ieee80211_proto_attach() 329 ifp->if_hdrlen = ic->ic_headroom in ieee80211_proto_vattach()
|
H A D | ieee80211_var.h | 143 int ic_headroom; /* driver tx headroom needs */ member
|
H A D | ieee80211_ddb.c | 673 db_printf("\theadroom %d", ic->ic_headroom); in _db_show_com()
|
H A D | ieee80211_hwmp.c | 615 ic->ic_headroom + sizeof(struct ieee80211_frame), in hwmp_send_action()
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 272 ic->ic_headroom = sizeof(struct malo_txrec) - in malo_attach()
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwi.c | 503 ic->ic_headroom = sizeof(struct bwi_txbuf_hdr); in bwi_attach()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 452 ic->ic_headroom = sizeof(struct mwltxrec) - in mwl_attach()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 5620 ic->ic_headroom = hw->extra_tx_headroom;
|