/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_dbg.c | 147 u8 *rewrite_data = action->rewrite->data; in dr_dump_rule_action_mem()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | cmd.h | 381 * domain of the VSD/PSID data. Different vendors may choose different VSD/PSID 552 MLXSW_ITEM64_INDEXED(cmd_mbox, query_resource, data,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_chains.c | 271 MLX5_SET(set_action_in, modact, data, chain->id); in create_chain_restore()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.h | 267 } data; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | a2065.c | 551 print_hex_dump_debug("skb->data: ", DUMP_PREFIX_NONE, 16, 1, skb->data, in lance_start_xmit()
|
H A D | 7990.c | 564 printk("%2.2x ", skb->data[i]); in lance_start_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | ne2k-pci.c | 91 /* Use 32 bit data-movement operations instead of 16 bit. */ 544 char *buf = skb->data; in ne2k_pci_block_input()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_type.h | 666 __le64 buffer_addr; /* Address of the descriptor's data buffer */ 667 __le16 buflen; /* Length of data to be DMAed */ 704 __le32 data; /* RSS and header data */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_xsk.c | 296 unsigned int metasize = xdp->data - xdp->data_meta; in i40e_construct_skb_zc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net.h | 186 /* Cold data follows */ 239 __le16 data_len; /* Length of the frame + meta data */ 241 u8 meta_len_dd; /* Length of meta data prepended + 437 /* Cold data follows */ 472 * struct nfp_net_dp - NFP network device datapath data structure 480 * @rx_offset: Offset in the RX buffers where packet data starts 525 /* Cold data follows */ 596 * @xa_ipsec: IPsec xarray SA data 624 * @app_priv: APP private data for this vNIC 741 int nfp_net_sched_mbox_amsg_work(struct nfp_net *nn, u32 cmd, const void *data, size_ [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 53 * Efx data structures 255 * struct ef4_rx_buffer - An Efx RX data buffer 585 u8 *data); 687 * @rx_prefix_size: Size of RX prefix before packet data 688 * @rx_packet_hash_offset: Offset of RX flow hash from start of packet data 690 * @rx_packet_len_offset: Offset of RX packet length from start of packet data 692 * @rx_packet_ts_offset: Offset of timestamp from start of packet data 720 * @phy_data: PHY private data (including PHY-specific stats) 1028 * @rx_prefix_size: Size of RX prefix before packet data
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | aclocal.h | 4 * Name: aclocal.h - Internal data types used across the ACPI subsystem 381 * Note: the actual data types must be contiguous, a loop in nspredef.c 796 #define ACPI_DASM_BUFFER 0x00 /* Buffer is a simple data buffer */ 853 u8 *data; /* AML body or bytelist data */ member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.h | 227 u8 data[]; member
|
H A D | idt77252.h | 183 struct sk_buff *data; member 758 #define SAR_RCTE_LCD 0x01000000 /* last cell data */
|
/kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 508 p = xdr_encode_opaque_fixed(p, be->be_device->deviceid.data, in encode_block_extent()
|
/kernel/linux/linux-6.6/include/linux/avf/ |
H A D | virtchnl.h | 14 * flags, retval, datalen, and data addr are all used normally. 161 /* Message descriptions and data structures. */ 279 * External data buffer contains one instance of virtchnl_txq_info. 297 * External data buffer contains one instance of virtchnl_rxq_info. 974 union virtchnl_flow_spec data; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | audit.h | 46 u32 buflen; /* for data alloc on list rules */ 193 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
|
H A D | blk-mq.h | 55 /* Look at ->special_vec for the actual data payload instead of the 94 unsigned int __data_len; /* total data len */ 340 * @driver_data: Pointer to data owned by the block driver that created 476 * owns this data structure. 485 * @driver_data: Pointer to data owned by the block driver that created this 611 * to allow the driver to set up driver specific data. 626 * yet, and usually for freeing the driver private data. 920 * Driver command data is immediately after the request. So subtract request 934 * Driver command data is immediately after the request. So add request to get 975 int (*bio_ctr)(struct bio *, struct bio *, void *), void *data); [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2.h | 141 typedef void (*ocfs2_lock_callback)(int status, unsigned long data); 263 OCFS2_MOUNT_DATA_WRITEBACK = 1 << 4, /* No data ordering */
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | fscache.c | 124 * Read data from fscache (cookie, pstart, len), and fill the read data into 178 static int erofs_fscache_meta_read_folio(struct file *data, struct folio *folio) in erofs_fscache_meta_read_folio() argument 594 * the primary data blob (aka fsid) is unique in the shared domain. in erofs_fscache_register_fs() 598 * the uniqueness of primary data blob. in erofs_fscache_register_fs()
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actypes.h | 4 * Name: actypes.h - Common data types for the entire ACPI subsystem 77 * native data width. acpi_size is needed because there is no guarantee 104 * as the only common data type - it will accommodate any type of pointer or 1064 void (*acpi_object_handler) (acpi_handle object, void *data); 1102 /* Special Context data for generic_serial_bus/general_purpose_io (ACPI 5.0) */ 1110 /* Special Context data for PCC Opregion (ACPI 6.3) */ 1118 /* Special Context data for FFH Opregion (ACPI 6.5) */
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdmavt_qp.h | 152 * NOTE: This data structure is stricly ordered wr then attr. I.e the attr 177 u32 length; /* total length of data in sg_list */ 269 * @rq: data structure for request queue entry 334 void *priv; /* Driver private data */ 383 u32 r_rcv_len; /* receive data len processed */ 393 struct rvt_sge_state r_sge; /* current receive data */ 408 struct rvt_sge_state s_sge; /* current send request data */ 885 void *data, u32 length, 947 * @rvt_rq: request queue data structure
|
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | csi.c | 280 * ignore any data lane HS transitions, starting from the beginning in tegra_csi_calc_settle_time() 561 * Each CSI brick has maximum 4 data lanes. in tegra_csi_channels_alloc() 568 dev_err(csi->dev, "invalid data-lanes %d for %pOF\n", in tegra_csi_channels_alloc() 838 { .compatible = "nvidia,tegra210-csi", .data = &tegra210_csi_soc },
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | dz.c | 800 * requests data for this line. But it may request data for another 896 .data = &dz_reg,
|
H A D | lpc32xx_hs.c | 187 .data = &lpc32xx_hsuart_reg, 256 /* Read data from FIFO and push into terminal */ in __serial_lpc32xx_rx() 330 /* Transmit data request? */ in serial_lpc32xx_interrupt()
|