/kernel/linux/linux-5.10/net/wireless/ |
H A D | trace.h | 1022 "filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u," 2665 __dynamic_array(u8, frame, len) 2669 memcpy(__get_dynamic_array(frame), buf, len); 2673 le16_to_cpup((__le16 *)__get_dynamic_array(frame))) 2691 __dynamic_array(u8, frame, len) 2695 memcpy(__get_dynamic_array(frame), buf, len); 2699 le16_to_cpup((__le16 *)__get_dynamic_array(frame))) 3130 TP_PROTO(struct wiphy *wiphy, const u8 *frame, size_t len, 3132 TP_ARGS(wiphy, frame, len, freq, sig_dbm),
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | trace.h | 1068 "filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u," 2951 __dynamic_array(u8, frame, len) 2955 memcpy(__get_dynamic_array(frame), buf, len); 2959 le16_to_cpup((__le16 *)__get_dynamic_array(frame))) 2978 __dynamic_array(u8, frame, len) 2983 memcpy(__get_dynamic_array(frame), buf, len); 2988 le16_to_cpup((__le16 *)__get_dynamic_array(frame)), 3453 TP_PROTO(struct wiphy *wiphy, const u8 *frame, size_t len, 3455 TP_ARGS(wiphy, frame, len, freq, sig_dbm),
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 749 struct sk_buff *frame) in ath12k_wmi_mgmt_send() 758 buf_len = min_t(int, frame->len, WMI_MGMT_SEND_DOWNLD_LEN); in ath12k_wmi_mgmt_send() 772 cmd->paddr_lo = cpu_to_le32(lower_32_bits(ATH12K_SKB_CB(frame)->paddr)); in ath12k_wmi_mgmt_send() 773 cmd->paddr_hi = cpu_to_le32(upper_32_bits(ATH12K_SKB_CB(frame)->paddr)); in ath12k_wmi_mgmt_send() 774 cmd->frame_len = cpu_to_le32(frame->len); in ath12k_wmi_mgmt_send() 781 memcpy(frame_tlv->value, frame->data, buf_len); in ath12k_wmi_mgmt_send() 4854 const u8 *frame; in ath12k_pull_mgmt_rx_params_tlv() local 4866 frame = parse.frame_buf; in ath12k_pull_mgmt_rx_params_tlv() 4868 if (!ev || !frame) { in ath12k_pull_mgmt_rx_params_tlv() 4888 if (skb->len < (frame in ath12k_pull_mgmt_rx_params_tlv() 748 ath12k_wmi_mgmt_send(struct ath12k *ar, u32 vdev_id, u32 buf_id, struct sk_buff *frame) ath12k_wmi_mgmt_send() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | res_func.S | 5 | stack frame. The function is then restored back into the 853 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame 883 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame 1030 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame 1058 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 5 | stack frame. The function is then restored back into the 853 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame 883 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame 1030 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame 1058 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 1299 icount->frame = cnow.frame; in uart_get_icount() 1932 if (uport->icount.frame) in uart_line_info() 1933 seq_printf(m, " fe:%d", uport->icount.frame); in uart_line_info()
|
H A D | fsl_lpuart.c | 863 sport->port.icount.frame++; in lpuart_rxint() 943 sport->port.icount.frame++; in lpuart32_rxint() 1071 sport->port.icount.frame++; in lpuart_copy_rx_to_tty() 1090 sport->port.icount.frame++; in lpuart_copy_rx_to_tty()
|
H A D | xilinx_uartps.c | 281 port->icount.frame++; in cdns_uart_handle_rx() 291 port->icount.frame++; in cdns_uart_handle_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 7948 u64 frame, frame_base = (ESPC_PIO_STAT_READ_START | in niu_pci_eeprom_read() local 7955 frame = frame_base; in niu_pci_eeprom_read() 7956 nw64(ESPC_PIO_STAT, frame); in niu_pci_eeprom_read() 7960 frame = nr64(ESPC_PIO_STAT); in niu_pci_eeprom_read() 7961 if (frame & ESPC_PIO_STAT_READ_END) in niu_pci_eeprom_read() 7964 if (!(frame & ESPC_PIO_STAT_READ_END)) { in niu_pci_eeprom_read() 7965 dev_err(np->device, "EEPROM read timeout frame[%llx]\n", in niu_pci_eeprom_read() 7966 (unsigned long long) frame); in niu_pci_eeprom_read() 7970 frame = frame_base; in niu_pci_eeprom_read() 7971 nw64(ESPC_PIO_STAT, frame); in niu_pci_eeprom_read() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 7966 u64 frame, frame_base = (ESPC_PIO_STAT_READ_START | in niu_pci_eeprom_read() local 7973 frame = frame_base; in niu_pci_eeprom_read() 7974 nw64(ESPC_PIO_STAT, frame); in niu_pci_eeprom_read() 7978 frame = nr64(ESPC_PIO_STAT); in niu_pci_eeprom_read() 7979 if (frame & ESPC_PIO_STAT_READ_END) in niu_pci_eeprom_read() 7982 if (!(frame & ESPC_PIO_STAT_READ_END)) { in niu_pci_eeprom_read() 7983 dev_err(np->device, "EEPROM read timeout frame[%llx]\n", in niu_pci_eeprom_read() 7984 (unsigned long long) frame); in niu_pci_eeprom_read() 7988 frame = frame_base; in niu_pci_eeprom_read() 7989 nw64(ESPC_PIO_STAT, frame); in niu_pci_eeprom_read() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 191 * example, uCode issues N_3945_RX when it sends a received frame 487 * __le32 frame_ptr; frame pointer 1232 __le16 byte_count; /* frame's byte-count */ 1233 __le16 frame_time; /* frame's time on the air */ 1269 * 1: Use Request-To-Send protocol before this frame. 1275 * 1: Transmit Clear-To-Send to self before this frame. 1295 * Set when Txing a block-ack request frame. Also set TX_CMD_FLG_ACK_MSK. */ 1316 /* 1: This frame is non-last MPDU; more fragments are coming. 1320 /* 1: uCode calculates and inserts Timestamp Function (TSF) in outgoing frame. 1321 * 0: No TSF required in outgoing frame 2667 struct ieee80211_hdr frame[]; /* beacon frame */ global() member 2675 struct ieee80211_hdr frame[]; /* beacon frame */ global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 1015 ret_size = wilc_wlan_cfg_set_wid(wilc->cfg_frame.frame, offset, in wilc_wlan_cfg_set() 1056 ret_size = wilc_wlan_cfg_get_wid(wilc->cfg_frame.frame, offset, wid); in wilc_wlan_cfg_get()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | xdomain.c | 51 switch (pkg->frame.eof) { in tb_xdomain_match() 59 if (pkg->frame.size < req->response_size / 4) in tb_xdomain_match()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-dbg.c | 57 "%s hcc_params %04x caching frame %s%s%s\n", in dbg_hcc_params() 109 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next), in dbg_itd() 140 label, sitd->frame, sitd, hc32_to_cpu(ehci, sitd->hw_next), in dbg_sitd() 548 "\nTT %s port %d FS/LS bandwidth allocation (us per frame)\n", in fill_bandwidth_buffer()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | xilinx_uartps.c | 282 port->icount.frame++; in cdns_uart_handle_rx() 292 port->icount.frame++; in cdns_uart_handle_rx()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-dbg.c | 57 "%s hcc_params %04x caching frame %s%s%s\n", in dbg_hcc_params() 109 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next), in dbg_itd() 140 label, sitd->frame, sitd, hc32_to_cpu(ehci, sitd->hw_next), in dbg_sitd() 548 "\nTT %s port %d FS/LS bandwidth allocation (us per frame)\n", in fill_bandwidth_buffer()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 191 * example, uCode issues N_3945_RX when it sends a received frame 487 * __le32 frame_ptr; frame pointer 1232 __le16 byte_count; /* frame's byte-count */ 1233 __le16 frame_time; /* frame's time on the air */ 1269 * 1: Use Request-To-Send protocol before this frame. 1275 * 1: Transmit Clear-To-Send to self before this frame. 1295 * Set when Txing a block-ack request frame. Also set TX_CMD_FLG_ACK_MSK. */ 1316 /* 1: This frame is non-last MPDU; more fragments are coming. 1320 /* 1: uCode calculates and inserts Timestamp Function (TSF) in outgoing frame. 1321 * 0: No TSF required in outgoing frame 2669 struct ieee80211_hdr frame[]; /* beacon frame */ global() member 2677 struct ieee80211_hdr frame[]; /* beacon frame */ global() member [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_types.h | 813 /* Flag to get scanline using frame time stamps */ 1857 const void *frame, ssize_t len); 1861 void *frame, ssize_t len);
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | entry.S | 188 _bnei a2, 1, 1f # only one valid frame? 190 /* Only one valid frame, skip saving regs. */ 196 * the right, except the current frame (bit 0). 251 * Save special registers and the live window frame. 309 /* Save only the live window-frame */ 464 mov a6, a1 # pass stack frame 634 * frame where we had loaded a2), or at least the lower 4 bits 655 * We only have to do a movsp if the previous window-frame has 658 * WINDOWSTART for the previous window-frame was set before 661 * current window frame ar [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 529 union hdmi_infoframe frame; in log_infoframe() local 558 if (hdmi_infoframe_unpack(&frame, buffer, len + 4) < 0) { in log_infoframe() 563 hdmi_infoframe_log(KERN_INFO, dev, &frame); in log_infoframe() 1549 /* AVI Info frame packet enable, Audio Info frame disable */ in adv7511_setup()
|
H A D | tc358743.c | 333 /* frame interval in milliseconds * 10 in tc358743_get_detected_timings() 437 union hdmi_infoframe frame; in print_avi_infoframe() local 447 if (hdmi_infoframe_unpack(&frame, buffer, sizeof(buffer)) < 0) { in print_avi_infoframe() 452 hdmi_infoframe_log(KERN_INFO, dev, &frame); in print_avi_infoframe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 32 /* Required number of TX DMA slots per TX frame. 33 * This currently is 2, because we put the header and the ieee80211 frame 580 unsigned char *frame; in b43_poison_rx_buffer() local 588 frame = skb->data + ring->frameoffset; in b43_poison_rx_buffer() 589 memset(frame, 0xFF, sizeof(struct b43_plcp_hdr6) + 2 /* padding */); in b43_poison_rx_buffer() 1204 /* Important note: If the number of used DMA slots per TX frame in dma_tx_fragment() 1273 * mcast frame, so it can clear the more-data bit in it. */ in dma_tx_fragment() 1277 /* Now transfer the whole frame. */ in dma_tx_fragment() 1352 * the last frame for us. */ in b43_dma_tx() 1355 /* Decide by priority where to put this frame in b43_dma_tx() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | txrx.c | 1008 ath6kl_err("802.3 AMSDU frame bound check failed. len %d\n", in aggr_slice_amsdu() 1062 * idx_end is typically the last possible frame in the window, in aggr_deque_frms() 1107 bool is_amsdu, struct sk_buff *frame) in aggr_process_recv_frm() 1124 aggr_slice_amsdu(agg_conn->aggr_info, rxtid, frame); in aggr_process_recv_frm() 1180 * Is the cur frame duplicate or something beyond our window(hold_q in aggr_process_recv_frm() 1183 * 1. Duplicate is easy - drop incoming frame. in aggr_process_recv_frm() 1186 * -> drop the frame. perhaps sender did not get our ACK. in aggr_process_recv_frm() 1194 node->skb = frame; in aggr_process_recv_frm() 1215 * There is a frame in the queue and no in aggr_process_recv_frm() 1217 * the frame does in aggr_process_recv_frm() 1105 aggr_process_recv_frm(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, bool is_amsdu, struct sk_buff *frame) aggr_process_recv_frm() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 164 * MFI frame flags 334 * Number of mailbox bytes in DCMD message frame 2572 union megasas_frame *frame; member 2612 } frame; member 2636 } frame; member
|
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.c | 336 acm->iocount.frame++; in acm_process_notification() 1029 icount->frame = acm->iocount.frame; in acm_tty_get_icount()
|