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

/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c963 int frame_size,
973 const int size_bin = size_to_bin(frame_size);
1093 int frame_size, int rc_framesize, int nframes, int nbad)
1111 if (frame_size == 0) /* NB: should not happen */
1112 frame_size = 1500;
1138 if (size_to_bin(frame_size) != size_to_bin(rc_framesize)) {
1143 __func__, frame_size, rc_framesize);
1145 frame_size = rc_framesize;
1153 bin_to_size(size_to_bin(frame_size)),
1177 bin_to_size(size_to_bin(frame_size)),
962 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int short_tries, int tries, int status, int nframes, int nbad) argument
1091 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
[all...]
/freebsd-current/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 = 42, h = 13}
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c842 u8 *beacon, u32 frame_size)
852 while ((tim_idx < (frame_size - 2)) &&
857 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
865 static u32 iwl_mvm_find_ie_offset(u8 *beacon, u8 eid, u32 frame_size) argument
870 if (WARN_ON_ONCE(frame_size <= (mgmt->u.beacon.variable - beacon)))
873 frame_size -= mgmt->u.beacon.variable - beacon;
875 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size);
840 iwl_mvm_mac_ctxt_set_tim(struct iwl_mvm *mvm, __le32 *tim_index, __le32 *tim_size, u8 *beacon, u32 frame_size) argument
H A Dmvm.h1858 u8 *beacon, u32 frame_size);
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_ioctl.c732 u_int32_t frame_size = MRSAS_MFI_FRAME_SIZE; local
740 cmd->frame_mem, frame_size, mrsas_alloc_cb,
/freebsd-current/sys/dev/ath/ath_rate/amrr/
H A Damrr.c162 int frame_size, int rc_framesize, int nframes, int nbad)
160 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
/freebsd-current/sys/dev/ath/ath_rate/onoe/
H A Donoe.c170 int frame_size, int rc_framesize, int nframes, int nbad)
168 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
/freebsd-current/sys/dev/mana/
H A Dmana.h516 uint16_t frame_size; member in struct:mana_port_context
H A Dmana_en.c191 apc->frame_size = new_mtu + 18;
2366 rxq->datasize = ALIGN(apc->frame_size, MCLBYTES);
2829 apc->frame_size = DEFAULT_FRAME_SIZE;
/freebsd-current/contrib/libpcap/
H A Dpcap-linux.c2885 unsigned int frame_size; local
2963 frame_size = handle->snapshot;
2986 if (frame_size > max_frame_len)
2987 frame_size = max_frame_len;
3030 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h539 u16 frame_size; member in struct:ecore_mfw_tlv_iscsi
H A Decore_mng_tlv.c1173 p_buf->p_val = (u8 *)&p_drv_buf->frame_size;
1174 return sizeof(p_drv_buf->frame_size);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1211 my $frame_size = 0x80 + ($win64?160:0);
1245 sub \$$frame_size,%rsp
1784 my $frame_size = 0x70 + ($win64?160:0);
1798 sub \$$frame_size,%rsp
2282 sub \$$frame_size,%rsp
3752 my $frame_size = 0x10 + ($win64?0xa0:0); # used in decrypt
3842 sub \$$frame_size,%rsp

Completed in 148 milliseconds