Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 17 of 17) sorted by relevance

/linux/arch/powerpc/sysdev/
H A Dindirect_pci.c23 u8 cfg_type = 0; in __indirect_read_config() local
39 cfg_type = 1; in __indirect_read_config()
51 (devfn << 8) | reg | cfg_type)); in __indirect_read_config()
54 (devfn << 8) | reg | cfg_type)); in __indirect_read_config()
89 u8 cfg_type = 0; in indirect_write_config() local
105 cfg_type = 1; in indirect_write_config()
117 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
120 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
/linux/drivers/pci/controller/
H A Dpci-thunder-ecam.c131 int cfg_type; in thunder_ecam_config_read() local
141 cfg_type = (v >> 16) & 0x7f; in thunder_ecam_config_read()
153 if (cfg_type) in thunder_ecam_config_read()
163 if (cfg_type == 0 && in thunder_ecam_config_read()
184 if (cfg_type == 0) { in thunder_ecam_config_read()
251 } else if (cfg_type == 1) { in thunder_ecam_config_read()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dtoeplitz.c84 static int cfg_type = SOCK_STREAM; variable
343 proto = cfg_type == SOCK_STREAM ? IPPROTO_TCP : IPPROTO_UDP; in set_filter()
418 fd = socket(cfg_family, cfg_type, 0); in setup_sink()
420 error(1, errno, "socket %d.%d", cfg_family, cfg_type); in setup_sink()
614 cfg_type = SOCK_STREAM; in parse_opts()
620 cfg_type = SOCK_DGRAM; in parse_opts()
/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.c640 int cfg_type; member
1666 int ret, param_id = port->cfg_type; in q6afe_port_start()
1732 int cfg_type; in q6afe_port_get_from_id() local
1751 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id()
1767 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id()
1780 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id()
1783 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id()
1786 cfg_type = AFE_PARAM_ID_CODEC_DMA_CONFIG; in q6afe_port_get_from_id()
1789 cfg_type = AFE_PARAM_ID_USB_AUDIO_CONFIG; in q6afe_port_get_from_id()
1805 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
/linux/include/uapi/linux/
H A Dvirtio_pci.h127 __u8 cfg_type; /* Identifies the structure. */ member
140 __u8 cfg_type; /* Identifies the structure. */ member
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c114 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument
124 cfg_type), in virtio_pci_find_capability()
134 if (type == cfg_type) { in virtio_pci_find_capability()
156 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
H A Dvirtio_pci_modern.c793 cfg_type), &type); in virtio_pci_find_shm_cap()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c205 req.cfg_type = 0; /* tx vlan cfg */ in rvu_rep_tx_vlan_cfg()
226 req.cfg_type = 1; /* rx vlan cfg */ in rvu_rep_rx_vlan_cfg()
H A Drvu_nix.c3155 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1286 u32 cfg_type; member
2238 config.cfg_type = cfg_name; \
2249 config.cfg_type = cfg_name; \
/linux/drivers/net/ethernet/intel/ice/
H A Dice.h973 enum ice_xdp_cfg cfg_type);
974 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type);
H A Dice_main.c2755 enum ice_xdp_cfg cfg_type) in ice_prepare_xdp_rings() argument
2793 if (cfg_type == ICE_XDP_CFG_PART) in ice_prepare_xdp_rings()
2856 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type) in ice_destroy_xdp_rings() argument
2865 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings()
2896 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings()
/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c129 switch (cap.cfg_type) { in ifcvf_init_hw()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2602 vtag_req->cfg_type = 0; in otx2_do_set_vf_vlan()
2674 vtag_req->cfg_type = 0; /* tx vlan cfg */ in otx2_do_set_vf_vlan()
H A Dotx2_flows.c1488 req->cfg_type = 1; /* rx vlan cfg */ in otx2_enable_rxvlan()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h3303 __le32 cfg_type; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c1363 u8 cfg_type; member
1570 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_ax()
1591 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_ax()