| /linux/include/linux/ |
| H A D | nfs_xdr.h | 20 struct nfs4_string { 25 struct nfs_fsid { 33 static inline int nfs_fsid_equal(const struct nfs_fsid *a, const struct nfs_fsid *b) in nfs_fsid_equal() 38 struct nfs4_threshold { 47 struct nfs_fattr { 56 struct { 60 struct { 64 struct nfs_fsid fsid; 67 struct timespec64 atime; 68 struct timespec64 mtime; [all …]
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_fwif_check.h | 16 OFFSET_CHECK(struct rogue_fwif_file_info_buf, path, 0); 17 OFFSET_CHECK(struct rogue_fwif_file_info_buf, info, 200); 18 OFFSET_CHECK(struct rogue_fwif_file_info_buf, line_num, 400); 19 SIZE_CHECK(struct rogue_fwif_file_info_buf, 408); 21 OFFSET_CHECK(struct rogue_fwif_tracebuf_space, trace_pointer, 0); 22 OFFSET_CHECK(struct rogue_fwif_tracebuf_space, trace_buffer_fw_addr, 4); 23 OFFSET_CHECK(struct rogue_fwif_tracebuf_space, trace_buffer, 8); 24 OFFSET_CHECK(struct rogue_fwif_tracebuf_space, assert_buf, 16); 25 SIZE_CHECK(struct rogue_fwif_tracebuf_space, 424); 27 OFFSET_CHECK(struct rogue_fwif_tracebuf, log_type, 0); [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | priv.h | 4 #define nvkm_fifo(p) container_of((p), struct nvkm_fifo, engine) 7 struct nvkm_cctx; 8 struct nvkm_cgrp; 9 struct nvkm_chan; 10 struct nvkm_engn; 11 struct nvkm_memory; 12 struct nvkm_runl; 13 struct nvkm_runq; 14 struct nvkm_vctx; 16 struct nvkm_fifo_func { [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4.h | 176 struct mlx4_vhcr { 187 struct mlx4_vhcr_cmd { 199 struct mlx4_cmd_info { 205 int (*verify)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr, 206 struct mlx4_cmd_mailbox *inbox); 207 int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr, 208 struct mlx4_cmd_mailbox *inbox, 209 struct mlx4_cmd_mailbox *outbox, 210 struct mlx4_cmd_info *cmd); 241 struct mlx4_bitmap { [all …]
|
| /linux/fs/nfsd/ |
| H A D | xdr3.h | 13 struct nfsd3_sattrargs { 14 struct svc_fh fh; 15 struct iattr attrs; 17 struct timespec64 guardtime; 20 struct nfsd3_diropargs { 21 struct svc_fh fh; 26 struct nfsd3_accessargs { 27 struct svc_fh fh; 31 struct nfsd3_readargs { 32 struct svc_fh fh; [all …]
|
| /linux/net/bridge/ |
| H A D | br_private.h | 60 typedef struct bridge_id bridge_id; 61 typedef struct mac_addr mac_addr; 64 struct bridge_id { 69 struct mac_addr { 75 struct bridge_mcast_own_query { 76 struct timer_list timer; 81 struct bridge_mcast_other_query { 82 struct timer_list timer; 83 struct timer_list delay_timer; 87 struct bridge_mcast_querier { [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_lib.h | 9 int cudbg_collect_reg_dump(struct cudbg_init *pdbg_init, 10 struct cudbg_buffer *dbg_buff, 11 struct cudbg_error *cudbg_err); 12 int cudbg_collect_fw_devlog(struct cudbg_init *pdbg_init, 13 struct cudbg_buffer *dbg_buff, 14 struct cudbg_error *cudbg_err); 15 int cudbg_collect_cim_la(struct cudbg_init *pdbg_init, 16 struct cudbg_buffer *dbg_buff, 17 struct cudbg_error *cudbg_err); 18 int cudbg_collect_cim_ma_la(struct cudbg_init *pdbg_init, [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | dce_calcs.h | 35 struct pipe_ctx; 36 struct dc; 37 struct dc_state; 38 struct dce_bw_output; 133 struct bw_calcs_dceip { 141 struct bw_fixed dmif_request_buffer_size; 149 struct bw_fixed underlay_vscaler_efficiency6_bit_per_component; 150 struct bw_fixed underlay_vscaler_efficiency8_bit_per_component; 151 struct bw_fixed underlay_vscaler_efficiency10_bit_per_component; 152 struct bw_fixed underlay_vscaler_efficiency12_bit_per_component; [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgf100.h | 6 void gf100_grctx_patch_wr32(struct gf100_gr_chan *, u32 addr, u32 data); 8 struct gf100_grctx_func { 9 void (*unkn88c)(struct gf100_gr *, bool on); 11 void (*main)(struct gf100_gr_chan *); 13 void (*unkn)(struct gf100_gr *); 15 const struct gf100_gr_pack *hub; 16 const struct gf100_gr_pack *gpc_0; 17 const struct gf100_gr_pack *gpc_1; 18 const struct gf100_gr_pack *zcull; 19 const struct gf100_gr_pack *tpc; [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 58 struct mlx5_mapped_obj { 63 struct { 98 struct vport_ingress { 99 struct mlx5_flow_table *acl; 100 struct mlx5_flow_handle *allow_rule; 101 struct { 102 struct mlx5_flow_group *allow_spoofchk_only_grp; 103 struct mlx5_flow_group *allow_untagged_spoofchk_grp; 104 struct mlx5_flow_group *allow_untagged_only_grp; 105 struct mlx5_flow_group *drop_grp; [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_tcam.h | 15 struct mlxsw_sp_acl_tcam { 16 struct ida used_regions; 18 struct ida used_groups; 21 struct mutex lock; /* guards vregion list */ 22 struct list_head vregion_list; 28 size_t mlxsw_sp_acl_tcam_priv_size(struct mlxsw_sp *mlxsw_sp); 29 int mlxsw_sp_acl_tcam_init(struct mlxsw_sp *mlxsw_sp, 30 struct mlxsw_sp_acl_tcam *tcam); 31 void mlxsw_sp_acl_tcam_fini(struct mlxsw_sp *mlxsw_sp, 32 struct mlxsw_sp_acl_tcam *tcam); [all …]
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 18 struct addr_location; 19 struct mem_info; 20 struct kvm_info; 21 struct branch_info; 22 struct branch_stack; 23 struct block_info; 24 struct ui_progress; 103 struct thread; 104 struct dso; 108 struct he_mem_sta [all...] |
| H A D | machine.h | 12 struct addr_location; 13 struct branch_stack; 14 struct dso; 15 struct dso_id; 16 struct evsel; 17 struct perf_sample; 18 struct symbol; 19 struct target; 20 struct thread; 22 struct machines; [all …]
|
| /linux/drivers/target/ |
| H A D | target_core_internal.h | 13 struct target_backend { 14 struct list_head list; 16 const struct target_backend_ops *ops; 18 struct config_item_type tb_dev_cit; 19 struct config_item_type tb_dev_attrib_cit; 20 struct config_item_type tb_dev_action_cit; 21 struct config_item_type tb_dev_pr_cit; 22 struct config_item_type tb_dev_wwn_cit; 23 struct config_item_type tb_dev_alua_tg_pt_gps_cit; 24 struct config_item_type tb_dev_stat_cit; [all …]
|
| /linux/include/net/ |
| H A D | llc_c_ac.h | 22 struct sk_buff; 23 struct sock; 24 struct timer_list; 97 typedef int (*llc_conn_action_t)(struct sock *sk, struct sk_buff *skb); 99 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb); 100 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb); 101 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb); 102 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb); 103 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb); 104 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb); [all …]
|
| /linux/fs/nfs/ |
| H A D | pnfs.h | 38 struct nfs4_exception; 39 struct nfs4_opendata; 50 struct nfs4_pnfs_ds_addr { 51 struct sockaddr_storage da_addr; 53 struct list_head da_node; /* nfs4_pnfs_dev_hlist dev_dslist */ 59 struct nfs4_pnfs_ds { 60 struct list_head ds_node; /* nfs4_pnfs_dev_hlist dev_dslist */ 62 struct list_head ds_addrs; 63 const struct net *ds_net; 64 struct nfs_client *ds_clp; [all …]
|
| /linux/drivers/nvme/target/ |
| H A D | nvmet.h | 64 (cpu_to_le32((1 << 16) | (offsetof(struct nvmf_connect_data, x)))) 66 (cpu_to_le32(offsetof(struct nvmf_connect_command, x))) 68 struct nvmet_pr_registrant { 72 struct list_head entry; 73 struct rcu_head rcu; 76 struct nvmet_pr { 80 struct nvmet_pr_registrant __rcu *holder; 89 struct semaphore pr_sem; 90 struct list_head registrant_list; 93 struct nvmet_pr_per_ctrl_ref { [all …]
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.h | 51 struct iosys_map; 72 struct qxl_bo { 73 struct ttm_buffer_object tbo; 76 struct list_head list; 78 struct ttm_place placements[3]; 79 struct ttm_placement placement; 80 struct iosys_map map; 88 struct qxl_bo *shadow; 90 struct qxl_surface surf; 92 struct qxl_release *surf_create; [all …]
|
| /linux/include/target/iscsi/ |
| H A D | iscsi_transport.h | 2 #include "iscsi_target_core.h" /* struct iscsit_cmd */ 4 struct sockaddr_storage; 6 struct iscsit_transport { 12 struct module *owner; 13 struct list_head t_node; 14 int (*iscsit_setup_np)(struct iscsi_np *, struct sockaddr_storage *); 15 int (*iscsit_accept_np)(struct iscsi_np *, struct iscsit_conn *); 16 void (*iscsit_free_np)(struct iscsi_np *); 17 void (*iscsit_wait_conn)(struct iscsit_conn *); 18 void (*iscsit_free_conn)(struct iscsit_conn *); [all …]
|
| /linux/fs/overlayfs/ |
| H A D | overlayfs.h | 140 struct ovl_fb { 151 struct ovl_fh { 154 struct ovl_fb fb; 159 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb) 162 offsetof(struct ovl_fb, fid)) 165 struct ovl_metacopy { 173 #define OVL_METACOPY_MAX_SIZE (sizeof(struct ovl_metacopy)) 177 static inline int ovl_metadata_digest_size(const struct ovl_metacopy *metacopy) in ovl_metadata_digest_size() 188 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() 205 static inline int ovl_do_notify_change(struct ovl_fs *ofs, in ovl_do_notify_change() [all …]
|
| /linux/sound/soc/qcom/ |
| H A D | lpass.h | 64 struct lpaif_i2sctl { 65 struct regmap_field *loopback; 66 struct regmap_field *spken; 67 struct regmap_field *spkmode; 68 struct regmap_field *spkmono; 69 struct regmap_field *micen; 70 struct regmap_field *micmode; 71 struct regmap_field *micmono; 72 struct regmap_field *wssrc; 73 struct regmap_fiel [all...] |
| /linux/drivers/gpu/drm/ |
| H A D | drm_crtc_internal.h | 46 struct cea_sad; 47 struct drm_atomic_state; 48 struct drm_bridge; 49 struct drm_connector; 50 struct drm_crtc; 51 struct drm_device; 52 struct drm_display_mode; 53 struct drm_edid; 54 struct drm_file; 55 struct drm_framebuffer; [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | main.h | 22 struct nfp_fl_pre_lag; 23 struct net_device; 24 struct nfp_app; 29 #define NFP_FL_STATS_ELEM_RS sizeof_field(struct nfp_fl_stats_id, \ 76 struct nfp_fl_mask_id { 77 struct circ_buf mask_id_free_list; 82 struct nfp_fl_stats_id { 83 struct circ_buf free_list; 89 * struct nfp_fl_tunnel_offloads - priv data for tunnel offloads 98 struct nfp_fl_tunnel_offloads { [all …]
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_drv.h | 15 int mtk_aal_clk_enable(struct device *dev); 16 void mtk_aal_clk_disable(struct device *dev); 17 void mtk_aal_config(struct device *dev, unsigned int w, 19 unsigned int bpc, struct cmdq_pkt *cmdq_pkt); 20 unsigned int mtk_aal_gamma_get_lut_size(struct device *dev); 21 void mtk_aal_gamma_set(struct device *dev, struct drm_crtc_state *state); 22 void mtk_aal_start(struct device *dev); 23 void mtk_aal_stop(struct device *dev); 25 void mtk_ccorr_ctm_set(struct device *dev, struct drm_crtc_state *state); 26 int mtk_ccorr_clk_enable(struct device *dev); [all …]
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_glbl.h | 10 struct iscsi_cls_conn; 12 int qla4xxx_hw_reset(struct scsi_qla_host *ha); 13 int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a); 14 int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb *srb); 15 int qla4xxx_initialize_adapter(struct scsi_qla_host *ha, int is_reset); 16 int qla4xxx_soft_reset(struct scsi_qla_host *ha); 19 void qla4xxx_free_ddb(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry); 20 void qla4xxx_process_aen(struct scsi_qla_host *ha, uint8_t process_aen); 22 int qla4xxx_get_dhcp_ip_address(struct scsi_qla_host *ha); 23 int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb); [all …]
|