/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | topology.c | 399 enum sof_ipc_frame frame; member 415 return sof_frames[i].frame; in find_format()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sh-sci.c | 924 port->icount.frame++; in sci_receive_chars() 970 /* frame error */ in sci_handle_errors() 971 port->icount.frame++; in sci_handle_errors()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 4219 add_cflags -fsanitize=address,undefined -fsanitize-coverage=trace-pc-guard,trace-cmp -fno-omit-frame-pointer 4485 -fomit-frame-pointer) ;; 4576 -fomit-frame-pointer) echo -xregs=frameptr ;; 5736 disabled optimizations || enabled ossfuzz || check_cflags -fomit-frame-pointer
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 768 u8 fixed[12]; /* WLAN management frame */ 1389 * Inputs: etherHead * pointer to an 802.3 frame 1394 * Caveats: It is assumed that the frame buffer will already 1402 static int encapsulate(struct airo_info *ai, etherHead *frame, MICBuffer *mic, int payLen) in encapsulate() argument 1409 if (test_bit(FLAG_ADHOC, &ai->flags) && (frame->da[0] & 0x1)) in encapsulate() 1426 emmh32_update(&context->seed, frame->da, ETH_ALEN * 2); // DA, SA in encapsulate() 1429 emmh32_update(&context->seed, (u8*)(frame + 1), payLen); //payload in encapsulate() 2086 * We use the 802.11 header because the frame may in get_tx_error()
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 767 u8 fixed[12]; /* WLAN management frame */ 1389 * Inputs: etherHead * pointer to an 802.3 frame 1394 * Caveats: It is assumed that the frame buffer will already 1402 static int encapsulate(struct airo_info *ai, etherHead *frame, MICBuffer *mic, int payLen) in encapsulate() argument 1409 if (test_bit(FLAG_ADHOC, &ai->flags) && (frame->da[0] & 0x1)) in encapsulate() 1426 emmh32_update(&context->seed, frame->da, ETH_ALEN * 2); // DA, SA in encapsulate() 1429 emmh32_update(&context->seed, (u8*)(frame + 1), payLen); //payload in encapsulate() 2086 * We use the 802.11 header because the frame may in get_tx_error()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tx.c | 10 * Transmit and frame generation functions. 91 * - control response frame (CTS or ACK) shall be transmitted using the in ieee80211_duration() 92 * same rate as the immediately previous frame in the frame exchange in ieee80211_duration() 103 * RTS: time needed to transmit pending data/mgmt frame plus in ieee80211_duration() 104 * one CTS frame plus one ACK frame plus 3 x SIFS in ieee80211_duration() 108 * more=0, with more=1 duration in ACK frame is duration in ieee80211_duration() 109 * from previous frame minus time needed to transmit ACK in ieee80211_duration() 127 * immediately previous frame an in ieee80211_duration() 5813 ieee80211_rts_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, const void *frame, size_t frame_len, const struct ieee80211_tx_info *frame_txctl, struct ieee80211_rts *rts) ieee80211_rts_get() argument 5829 ieee80211_ctstoself_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, const void *frame, size_t frame_len, const struct ieee80211_tx_info *frame_txctl, struct ieee80211_cts *cts) ieee80211_ctstoself_get() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.h | 931 * Structure of the IP frame 1065 /* frame control字段结构体 */ 1115 mac_ieee80211_frame_stru frame; member 1702 功能描述 : This function sets the 'frame control' bits in the MAC header of the 1703 input frame to the given 16-bit value. 1737 功能描述 : This function sets the 'from ds' bit in the MAC header of the input frame 1739 The bit position of the 'from ds' in the 'frame control field' of the MAC 1750 功能描述 : This function extracts the 'from ds' bit from the MAC header of the input frame. 1760 功能描述 : This function sets the 'to ds' bit in the MAC header of the input frame 1762 The bit position of the 'to ds' in the 'frame contro [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | base.mak | 145 CFG_ASAN_CFLAGS := -Wall -g -fsanitize=address -fsanitize=leak -fsanitize=undefined -O0 -fno-omit-frame-pointer
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia-aesni-avx2-asm_64.S | 9 #include <asm/frame.h>
|
H A D | camellia-aesni-avx-asm_64.S | 19 #include <asm/frame.h>
|
H A D | serpent-avx-x86_64-asm_64.S | 12 #include <asm/frame.h>
|
H A D | serpent-avx2-asm_64.S | 13 #include <asm/frame.h>
|
H A D | sha512-avx2-asm.S | 99 # Local variables (stack frame)
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 436 u32 frame_ptr; /* frame pointer */ 1110 __le16 byte_count; /* frame's byte-count */ 1111 __le16 frame_time; /* frame's time on the air */ 1148 * before this frame. if CTS-to-self required check 1167 * Set when Txing a block-ack request frame. Also set TX_CMD_FLG_ACK_MSK. */ 1173 /* 1: Ignore Bluetooth priority for this frame. 1183 /* 1: This frame is non-last MPDU; more fragments are coming. 1187 /* 1: uCode calculates and inserts Timestamp Function (TSF) in outgoing frame. 1188 * 0: No TSF required in outgoing frame. 1193 * alignment of frame' 2478 struct ieee80211_hdr frame[]; /* beacon frame */ global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.h | 160 /* abort attempt if mgmt frame is rx'd */ 661 u8 received_channel; // The channel that this frame was received on. 691 struct ipw_rx_frame frame; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 12 * - if unicast Class 2 (assoc,reassoc,disassoc) frame received from 13 * unauthenticated STA, send deauth. frame (8802.11: 5.5) 14 * - if unicast Class 3 (data with to/from DS,deauth,pspoll) frame received 15 * from authenticated, but unassoc STA, send disassoc frame (8802.11: 5.5) 16 * - if unicast Class 3 received from unauthenticated STA, send deauth. frame 203 /* STA ACKed data nullfunc frame poll */ in ap_handle_timer() 243 /* send data frame to poll STA and check whether this frame in ap_handle_timer() 614 /* Pass the TX callback frame to the hostapd; use 802.11 header version in hostap_ap_tx_cb() 615 * 1 to indicate failure (no ACK) and 2 success (frame ACKe in hostap_ap_tx_cb() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pch_uart.c | 1044 port->icount.frame++; in pch_uart_err_ir()
|
H A D | pmac_zilog.c | 282 uap->port.icount.frame++;
|
H A D | sirfsoc_uart.c | 493 port->icount.frame++; in sirfsoc_uart_isr() 831 /*tx frame ctrl*/ in sirfsoc_uart_set_termios() 840 /*rx frame ctrl*/ in sirfsoc_uart_set_termios()
|
H A D | serial-tegra.c | 450 tup->uport.icount.frame++; in tegra_uart_decode_rx_error() 451 dev_dbg(tup->uport.dev, "Got frame errors\n"); in tegra_uart_decode_rx_error()
|
H A D | stm32-usart.c | 258 port->icount.frame++; in stm32_usart_receive_chars()
|
H A D | sunzilog.c | 377 up->port.icount.frame++; in sunzilog_receive_chars()
|
H A D | icom.c | 783 icount->frame++; in recv_interrupt()
|
H A D | mxs-auart.c | 145 * note that the counter is reloaded at the end of each frame, so if the frame 662 s->port.icount.frame++; in mxs_auart_rx_char()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | icm.c | 261 if (pkg->frame.eof != req->response_type) in icm_match()
|