Searched refs:cfg_type (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/sysdev/ |
H A D | indirect_pci.c | 23 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 D | pci-thunder-ecam.c | 129 int cfg_type; in thunder_ecam_config_read() local 139 cfg_type = (v >> 16) & 0x7f; in thunder_ecam_config_read() 151 if (cfg_type) in thunder_ecam_config_read() 161 if (cfg_type == 0 && in thunder_ecam_config_read() 182 if (cfg_type == 0) { in thunder_ecam_config_read() 249 } else if (cfg_type == 1) { in thunder_ecam_config_read()
|
/linux/tools/testing/selftests/net/ |
H A D | toeplitz.c | 77 static int cfg_type = SOCK_STREAM; variable 313 proto = cfg_type == SOCK_STREAM ? IPPROTO_TCP : IPPROTO_UDP; in set_filter() 388 fd = socket(cfg_family, cfg_type, 0); in setup_sink() 390 error(1, errno, "socket %d.%d", cfg_family, cfg_type); in setup_sink() 534 cfg_type = SOCK_STREAM; in parse_opts() 540 cfg_type = SOCK_DGRAM; in parse_opts()
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6afe.c | 549 int cfg_type; member 1491 int ret, param_id = port->cfg_type; in q6afe_port_start() 1560 int cfg_type; in q6afe_port_get_from_id() local 1579 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id() 1595 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id() 1608 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id() 1611 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id() 1614 cfg_type = AFE_PARAM_ID_CODEC_DMA_CONFIG; in q6afe_port_get_from_id() 1630 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 114 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()
|
/linux/drivers/vdpa/octeon_ep/ |
H A D | octep_vdpa_hw.c | 473 pos, cap.cfg_type, cap.bar, cap.offset, cap.length); in octep_hw_caps_read() 475 switch (cap.cfg_type) { in octep_hw_caps_read()
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver.h | 1286 u32 cfg_type; member 2238 config.cfg_type = cfg_name; \ 2249 config.cfg_type = cfg_name; \
|
/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.c | 129 switch (cap.cfg_type) { in ifcvf_init_hw()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 2796 enum ice_xdp_cfg cfg_type) in ice_prepare_xdp_rings() argument 2834 if (cfg_type == ICE_XDP_CFG_PART) in ice_prepare_xdp_rings() 2893 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type) in ice_destroy_xdp_rings() argument 2902 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings() 2943 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.h | 3303 __le32 cfg_type; member
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 3147 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
|