Searched refs:port_id (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/linux-master/drivers/fpga/
H A Ddfl-fme-pr.h28 * @port_id: indicate which port this region connected to.
33 int port_id; member in struct:dfl_fme_region
41 * @region_id: region id (same as port_id).
64 * @port_id: port id.
68 int port_id; member in struct:dfl_fme_br_pdata
H A Ddfl-fme-pr.c33 dfl_fme_region_find_by_port_id(struct dfl_fme *fme, int port_id) argument
38 if (fme_region->port_id == port_id)
49 static struct fpga_region *dfl_fme_region_find(struct dfl_fme *fme, int port_id) argument
54 fme_region = dfl_fme_region_find_by_port_id(fme, port_id);
95 if (port_pr.port_id >= FIELD_GET(FME_CAP_NUM_PORTS, v)) {
134 region = dfl_fme_region_find(fme, port_pr.port_id);
144 info->region_id = port_pr.port_id;
225 * @port_id: port id for the bridge to be created.
230 dfl_fme_create_bridge(struct dfl_feature_platform_data *pdata, int port_id) argument
301 dfl_fme_create_region(struct dfl_feature_platform_data *pdata, struct platform_device *mgr, struct platform_device *br, int port_id) argument
[all...]
/linux-master/sound/soc/ti/
H A Domap-mcbsp.h30 int omap_mcbsp_st_add_controls(struct snd_soc_pcm_runtime *rtd, int port_id);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dfilter.h18 * @port_id: Multicast MAC addresses array specifier. This is a strange way
31 u8 port_id; member in struct:iwl_mcast_filter_cmd
/linux-master/drivers/net/ethernet/sfc/
H A Def10_sriov.h61 unsigned int port_id, const u8 *mac);
63 unsigned int port_id, const u8 *mac);
64 int efx_ef10_vadaptor_alloc(struct efx_nic *efx, unsigned int port_id);
65 int efx_ef10_vadaptor_query(struct efx_nic *efx, unsigned int port_id,
68 int efx_ef10_vadaptor_free(struct efx_nic *efx, unsigned int port_id);
/linux-master/net/bridge/
H A Dbr_private_stp.h34 port_id port_id; member in struct:br_config_bpdu
45 (p->designated_port == p->port_id);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6adm.h15 int port_id[MAX_COPPS_PER_PORT]; member in struct:route_payload
19 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
H A Dq6adm.c280 int port_id, int copp_idx)
288 close.hdr.src_port = port_id;
290 close.hdr.token = port_id << 16 | copp_idx;
297 int port_id, int topology,
309 if ((port_id == c->afe_port) && (topology == c->topology) &&
322 int port_id, int path, int topology,
326 int afe_port = q6afe_get_port_id(port_id);
344 pkt->hdr.token = port_id << 16 | copp->copp_idx;
371 * @port_id: port id
383 struct q6copp *q6adm_open(struct device *dev, int port_id, in argument
279 q6adm_device_close(struct q6adm *adm, struct q6copp *copp, int port_id, int copp_idx) argument
296 q6adm_find_matching_copp(struct q6adm *adm, int port_id, int topology, int mode, int rate, int channel_mode, int bit_width, int app_type) argument
321 q6adm_device_open(struct q6adm *adm, struct q6copp *copp, int port_id, int path, int topology, int channel_mode, int bit_width, int rate) argument
[all...]
/linux-master/drivers/tty/serial/
H A Dsc16is7xx.h32 const char *sc16is7xx_regmap_name(u8 port_id);
34 unsigned int sc16is7xx_regmap_port_mask(unsigned int port_id);
H A Dserial_base_bus.c68 unsigned int port_id)
86 ctrl_id, port_id);
156 /* Device driver specified port_id vs automatic assignment? */
157 if (port->port_id) {
158 min = port->port_id;
159 max = port->port_id;
168 port->port_id = err;
173 port->ctrl_id, port->port_id);
187 ida_free(&ctrl_dev->port_ida, port->port_id);
204 ida_free(&ctrl_dev->port_ida, port_dev->port->port_id);
62 serial_base_device_init(struct uart_port *port, struct device *dev, struct device *parent_dev, const struct device_type *type, void (*release)(struct device *dev), unsigned int ctrl_id, unsigned int port_id) argument
210 serial_base_add_one_prefcon(const char *match, const char *dev_name, int port_id) argument
[all...]
/linux-master/drivers/target/tcm_fc/
H A Dtfc_sess.c33 (lport)->port_id, ##args )
148 static u32 ft_sess_hash(u32 port_id) argument
150 return hash_32(port_id, FT_SESS_HASH_BITS);
158 static struct ft_sess *ft_sess_get(struct fc_lport *lport, u32 port_id) argument
172 head = &tport->hash[ft_sess_hash(port_id)];
174 if (sess->port_id == port_id) {
177 TFC_SESS_DBG(lport, "port_id %x found %p\n",
178 port_id, sess);
184 TFC_SESS_DBG(lport, "port_id
207 ft_sess_create(struct ft_tport *tport, u32 port_id, struct fc_rport_priv *rdata) argument
261 ft_sess_delete(struct ft_tport *tport, u32 port_id) argument
312 u32 port_id; local
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.h38 (lport)->port_id, ##args))
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \
50 (port_id), ##args))
53 FC_RPORT_ID_DBG((rdata)->local_port, (rdata)->ids.port_id, fmt, ##args)
64 (pkt)->rport->port_id, \
69 (pkt)->rport->port_id, ##args); \
H A Dfc_npiv.c45 * @port_id: Fabric ID to find a match for
49 struct fc_lport *fc_vport_id_lookup(struct fc_lport *n_port, u32 port_id) argument
54 if (n_port->port_id == port_id)
57 if (port_id == FC_FID_FLOGI)
62 if (vn_port->port_id == port_id) {
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_fc.h51 * (aka port_id), the value is effectively in big-endian
74 __u8 port_id[3]; member in struct:fc_bsg_host_add_rport
95 __u8 port_id[3]; member in struct:fc_bsg_host_del_rport
119 __u8 port_id[3]; member in struct:fc_bsg_host_els
182 __u8 port_id[3]; member in struct:fc_bsg_host_ct
/linux-master/drivers/spi/
H A Dspi-pxa2xx-pci.c72 snprintf(buf, sizeof(buf), "pxa2xx-spi.%d", ssp->port_id);
106 ssp->port_id = 0;
112 ssp->port_id = 0;
118 ssp->port_id = 1;
124 ssp->port_id = 2;
131 ssp->port_id = 0;
138 ssp->port_id = 1;
182 ssp->port_id = dev->devfn;
203 ssp->port_id = 3;
209 ssp->port_id
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dps.h22 void rtw_enter_lps(struct rtw_dev *rtwdev, u8 port_id);
/linux-master/include/scsi/
H A Dscsi_transport_srp.h13 u8 port_id[16]; member in struct:srp_rport_identifiers
37 * @port_id: 16-byte port identifier.
58 u8 port_id[16]; member in struct:srp_rport
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-switchdev.c49 ret = cpsw_ale_control_set(cpsw->ale, port->port_id,
69 unreg_mcast_add, port->port_id);
71 cpsw_ale_set_unreg_mcast(cpsw->ale, BIT(port->port_id),
94 netdev_dbg(ndev, "attr: id %u port: %u\n", attr->id, port->port_id);
123 if (port->port_id)
143 if (port->port_id)
166 port_mask = BIT(port->port_id);
208 port_mask = BIT(port->port_id);
268 port_mask = BIT(port->port_id);
290 del_mask = BIT(port->port_id);
373 int port_id = port->port_id; local
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_attr.c31 u32 port_id; local
35 port_id = fc_host_port_id(lport->host);
36 lport_src_id[2] = (port_id & 0x000000FF);
37 lport_src_id[1] = (port_id & 0x0000FF00) >> 8;
38 lport_src_id[0] = (port_id & 0x00FF0000) >> 16;
/linux-master/drivers/pci/controller/
H A Dpcie-hisi-error.c53 u8 port_id; member in struct:hisi_pcie_error_data
109 u32 chip_id, u32 port_id)
121 arg[1].integer.value = HISI_PCIE_CORE_ID(port_id);
123 arg[2].integer.value = HISI_PCIE_CORE_PORT_ID(port_id);
143 u32 chip_id, u32 port_id)
163 devfn = PCI_DEVFN(port_id, 0);
174 if (hisi_pcie_port_reset(dev, chip_id, port_id))
221 dev_info(dev, "Port ID = port%d\n", edata->port_id);
244 HISI_PCIE_PORT_ID(edata->core_id, edata->port_id));
108 hisi_pcie_port_reset(struct platform_device *pdev, u32 chip_id, u32 port_id) argument
142 hisi_pcie_port_do_recovery(struct platform_device *dev, u32 chip_id, u32 port_id) argument
/linux-master/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h20 u8 port_id; member in struct:hccs_port_info
114 u8 port_id; member in struct:hccs_port_attr
134 u8 port_id; member in struct:hccs_port_comm_req_param
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.h71 int cxgb4_ptp_txtype(struct adapter *adap, u8 port_id);
/linux-master/drivers/scsi/fnic/
H A Dfnic_io.h51 u32 port_id; /* remote port DID */ member in struct:fnic_io_req
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-link.c271 u32 port_id; local
277 for (port_id = 1; port_id <= PL_MAX_MST_ADDR + 1; port_id++) {
278 port = of_graph_get_port_by_id(np, port_id);
297 remote = of_graph_get_remote_node(np, port_id, reg);
304 port_id, reg);
324 pl->mst_addr = port_id - 1;
/linux-master/sound/soc/sh/
H A Dsiu_dai.c154 if (!info->port_id)
179 if (!info->port_id)
200 switch (info->port_id) {
230 switch (info->port_id) {
502 info->port_id, port_info);
522 info->port_id, port_info);
551 __func__, info->port_id, port_info->play_cap, rt->channels);
597 __func__, fmt, info->port_id);
599 if (info->port_id < 0)
605 ifctl = siu_flags[info->port_id]
[all...]

Completed in 191 milliseconds

1234567891011>>