Home
last modified time | relevance | path

Searched refs:frame_size (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c969 int frame_size, in update_stats() argument
979 const int size_bin = size_to_bin(frame_size); in update_stats()
1099 int frame_size, int rc_framesize, int nframes, int nbad) in ath_rate_tx_complete() argument
1117 if (frame_size == 0) /* NB: should not happen */ in ath_rate_tx_complete()
1118 frame_size = 1500; in ath_rate_tx_complete()
1144 if (size_to_bin(frame_size) != size_to_bin(rc_framesize)) { in ath_rate_tx_complete()
1149 __func__, frame_size, rc_framesize); in ath_rate_tx_complete()
1151 frame_size = rc_framesize; in ath_rate_tx_complete()
1159 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
1183 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
[all …]
/freebsd/stand/lua/
H A Ddrawer.lua46 local frame_size
219 local w = frame_size.w
220 local h = frame_size.h
273 local w = frame_size.w
475 frame_size = {w = 39, h = 14}
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c854 u8 *beacon, u32 frame_size) in iwl_mvm_mac_ctxt_set_tim()
864 while ((tim_idx < (frame_size - 2)) &&
869 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_find_ie_offset()
877 u32 iwl_mvm_find_ie_offset(u8 *beacon, u8 eid, u32 frame_size) in iwl_mvm_find_ie_offset()
882 if (WARN_ON_ONCE(frame_size <= (mgmt->u.beacon.variable - beacon))) in iwl_mvm_mac_ctxt_get_lowest_rate()
885 frame_size -= mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_get_lowest_rate()
887 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size); in iwl_mvm_mac_ctxt_get_lowest_rate()
842 iwl_mvm_mac_ctxt_set_tim(struct iwl_mvm * mvm,__le32 * tim_index,__le32 * tim_size,u8 * beacon,u32 frame_size) iwl_mvm_mac_ctxt_set_tim() argument
865 iwl_mvm_find_ie_offset(u8 * beacon,u8 eid,u32 frame_size) iwl_mvm_find_ie_offset() argument
H A Dmvm.h1814 u32 iwl_mvm_find_ie_offset(u8 *beacon, u8 eid, u32 frame_size);
2065 u8 *beacon, u32 frame_size);
/freebsd/sys/dev/mrsas/
H A Dmrsas_ioctl.c719 u_int32_t frame_size = MRSAS_MFI_FRAME_SIZE; in mrsas_alloc_frame() local
727 cmd->frame_mem, frame_size, mrsas_alloc_cb, in mrsas_alloc_frame()
/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c170 int frame_size, int rc_framesize, int nframes, int nbad) in ath_rate_tx_complete() argument
/freebsd/contrib/libpcap/
H A Dpcap-linux.c2925 unsigned int frame_size; in create_ring() local
3003 frame_size = handle->snapshot; in create_ring()
3022 if (frame_size > max_frame_len) in create_ring()
3023 frame_size = max_frame_len; in create_ring()
3065 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size); in create_ring()
/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.c162 int frame_size, int rc_framesize, int nframes, int nbad) in ath_rate_tx_complete() argument
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1205 my $frame_size = 0x80 + ($win64?160:0);
1239 sub \$$frame_size,%rsp
1777 my $frame_size = 0x70 + ($win64?160:0);
1791 sub \$$frame_size,%rsp
2275 sub \$$frame_size,%rsp
3743 my $frame_size = 0x10 + ($win64?0xa0:0); # used in decrypt
3832 sub \$$frame_size,%rsp
/freebsd/sys/dev/mana/
H A Dmana.h536 uint16_t frame_size; member
H A Dmana_en.c195 apc->frame_size = new_mtu + 18; in mana_ioctl()
2388 rxq->datasize = ALIGN(apc->frame_size, MCLBYTES); in mana_create_rxq()
2917 apc->frame_size = DEFAULT_FRAME_SIZE; in mana_probe_port()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1173 p_buf->p_val = (u8 *)&p_drv_buf->frame_size; in ecore_mfw_get_iscsi_tlv_value()
1174 return sizeof(p_drv_buf->frame_size); in ecore_mfw_get_iscsi_tlv_value()
H A Decore_mcp_api.h539 u16 frame_size; member