Home
last modified time | relevance | path

Searched refs:port_id (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/linux/drivers/target/tcm_fc/
H A Dtfc_sess.c33 (lport)->port_id, ##args )
148 static u32 ft_sess_hash(u32 port_id) in ft_sess_hash() argument
150 return hash_32(port_id, FT_SESS_HASH_BITS); in ft_sess_hash()
158 static struct ft_sess *ft_sess_get(struct fc_lport *lport, u32 port_id) in ft_sess_get() argument
172 head = &tport->hash[ft_sess_hash(port_id)]; in ft_sess_get()
174 if (sess->port_id == port_id) { in ft_sess_get()
178 port_id, sess); in ft_sess_get()
185 port_id, reason); in ft_sess_get()
194 struct hlist_head *head = &tport->hash[ft_sess_hash(sess->port_id)]; in ft_sess_alloc_cb()
196 TFC_SESS_DBG(tport->lport, "port_id %x sess %p\n", sess->port_id, sess); in ft_sess_alloc_cb()
[all …]
/linux/drivers/misc/
H A Dti_fpc202.c78 static void fpc202_fill_alias_table(struct i2c_client *client, u16 *aliases, int port_id) in fpc202_fill_alias_table() argument
89 first_alias = 0x10 + 4 * port_id + 8 * ((u16)client->addr - 2); in fpc202_fill_alias_table()
205 static int fpc202_write_dev_addr(struct fpc202_priv *priv, u32 port_id, int dev_num, u16 addr) in fpc202_write_dev_addr() argument
212 reg_mod = FPC202_REG_MOD_DEV(port_id, dev_num); in fpc202_write_dev_addr()
213 reg_aux = FPC202_REG_AUX_DEV(port_id, dev_num); in fpc202_write_dev_addr()
227 priv->addr_caches[port_id][dev_num] = val; in fpc202_write_dev_addr()
275 static int fpc202_probe_port(struct fpc202_priv *priv, struct device_node *i2c_handle, int port_id) in fpc202_probe_port() argument
282 desc.chan_id = port_id; in fpc202_probe_port()
287 fpc202_fill_alias_table(priv->client, aliases, port_id); in fpc202_probe_port()
294 set_bit(port_id, priv->probed_ports); in fpc202_probe_port()
[all …]
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-switchdev.c49 ret = cpsw_ale_control_set(cpsw->ale, port->port_id, in am65_cpsw_port_stp_state_set()
69 unreg_mcast_add, port->port_id); in am65_cpsw_port_attr_br_flags_set()
71 cpsw_ale_set_unreg_mcast(cpsw->ale, BIT(port->port_id), in am65_cpsw_port_attr_br_flags_set()
94 netdev_dbg(ndev, "attr: id %u port: %u\n", attr->id, port->port_id); in am65_cpsw_port_attr_set()
123 if (port->port_id) in am65_cpsw_get_pvid()
143 if (port->port_id) in am65_cpsw_set_pvid()
166 port_mask = BIT(port->port_id); in am65_cpsw_port_vlan_add()
208 port_mask = BIT(port->port_id); in am65_cpsw_port_vlan_del()
268 port_mask = BIT(port->port_id); in am65_cpsw_port_mdb_add()
290 del_mask = BIT(port->port_id); in am65_cpsw_port_mdb_del()
[all …]
/linux/drivers/tty/serial/
H A Dserial_base_bus.c70 unsigned int port_id) in serial_base_device_init() argument
91 ctrl_id, port_id); in serial_base_device_init()
164 if (port->port_id) { in serial_base_port_add()
165 min = port->port_id; in serial_base_port_add()
166 max = port->port_id; in serial_base_port_add()
175 port->port_id = err; in serial_base_port_add()
180 port->ctrl_id, port->port_id); in serial_base_port_add()
194 ida_free(&ctrl_dev->port_ida, port->port_id); in serial_base_port_add()
211 ida_free(&ctrl_dev->port_ida, port_dev->port->port_id); in serial_base_port_device_remove()
236 port->ctrl_id, port->port_id); in serial_base_match_and_update_preferred_console()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_switchdev.c65 emac_state, emac->port_id); in prueth_switchdev_attr_br_flags_set()
88 netdev_dbg(ndev, "attr: id %u port: %u\n", attr->id, emac->port_id); in prueth_switchdev_attr_set()
131 int port_id = emac->port_id; in prueth_switchdev_event_work() local
141 fdb->offloaded, port_id); in prueth_switchdev_event_work()
149 BIT(port_id), true); in prueth_switchdev_event_work()
158 fdb->offloaded, port_id); in prueth_switchdev_event_work()
165 BIT(port_id), false); in prueth_switchdev_event_work()
241 port_mask = BIT(emac->port_id); in prueth_switchdev_vlan_add()
254 icssg_set_pvid(emac->prueth, vid, emac->port_id); in prueth_switchdev_vlan_add()
269 port_mask = BIT(emac->port_id); in prueth_switchdev_vlan_del()
[all …]
/linux/drivers/scsi/libfc/
H A Dfc_npiv.c49 struct fc_lport *fc_vport_id_lookup(struct fc_lport *n_port, u32 port_id) in fc_vport_id_lookup() argument
54 if (n_port->port_id == port_id) in fc_vport_id_lookup()
57 if (port_id == FC_FID_FLOGI) in fc_vport_id_lookup()
62 if (vn_port->port_id == port_id) { in fc_vport_id_lookup()
H A Dfc_libfc.h38 (lport)->port_id, ##args))
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
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_rport.c105 u32 port_id) in fc_rport_lookup() argument
111 if (tmp_rdata->ids.port_id == port_id && in fc_rport_lookup()
128 struct fc_rport_priv *fc_rport_create(struct fc_lport *lport, u32 port_id) in fc_rport_create() argument
135 rdata = fc_rport_lookup(lport, port_id); in fc_rport_create()
149 rdata->ids.port_id = port_id; in fc_rport_create()
163 if (port_id != FC_FID_DIR_SERV) { in fc_rport_create()
260 u32 port_id; in fc_rport_work() local
335 port_id = rdata->ids.port_id; in fc_rport_work()
352 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_work()
353 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_work()
[all …]
H A Dfc_disc.c125 dp->port_id = ntoh24(pp->rscn_fid); in fc_disc_recv_rscn_req()
428 ids.port_id = ntoh24(np->fp_fid); in fc_disc_gpn_ft_parse()
431 if (ids.port_id != lport->port_id && in fc_disc_gpn_ft_parse()
433 rdata = fc_rport_create(lport, ids.port_id); in fc_disc_gpn_ft_parse()
440 "(%6.6x)\n", ids.port_id); in fc_disc_gpn_ft_parse()
603 rdata->ids.port_id, port_name); in fc_disc_gpn_id_resp()
607 new_rdata = fc_rport_create(lport, rdata->ids.port_id); in fc_disc_gpn_id_resp()
653 if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, FC_NS_GPN_ID, in fc_disc_gpn_id_req()
672 rdata = fc_rport_create(lport, dp->port_id); in fc_disc_single()
/linux/drivers/spi/
H A Dspi-pxa2xx-pci.c72 snprintf(buf, sizeof(buf), "pxa2xx-spi.%d", ssp->port_id); in pxa2xx_spi_pci_clk_register()
106 ssp->port_id = 0; in lpss_spi_setup()
112 ssp->port_id = 0; in lpss_spi_setup()
118 ssp->port_id = 1; in lpss_spi_setup()
124 ssp->port_id = 2; in lpss_spi_setup()
131 ssp->port_id = 0; in lpss_spi_setup()
138 ssp->port_id = 1; in lpss_spi_setup()
182 ssp->port_id = dev->devfn; in ce4100_spi_setup()
203 ssp->port_id = 3; in mrfld_spi_setup()
209 ssp->port_id = 5; in mrfld_spi_setup()
[all …]
/linux/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/sound/soc/qcom/qdsp6/
H A Dq6adm.c155 int port_id, int copp_idx) in q6adm_callback()
163 close.hdr.src_port = port_id; in q6adm_callback()
165 close.hdr.token = port_id << 16 | copp_idx; in q6adm_callback()
302 int port_id, int topology, in q6adm_find_matching_copp()
314 if ((port_id == c->afe_port) && (topology == c->topology) && in q6adm_find_matching_copp()
327 int port_id, int path, int topology, in q6adm_device_open()
331 int afe_port = q6afe_get_port_id(port_id); in q6adm_device_open()
346 pkt->hdr.token = port_id << 16 | copp->copp_idx; in q6adm_device_open()
368 * @port_id: port id
380 struct q6copp *q6adm_open(struct device *dev, int port_id, in
280 q6adm_device_close(struct q6adm * adm,struct q6copp * copp,int port_id,int copp_idx) q6adm_device_close() argument
297 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) q6adm_find_matching_copp() argument
322 q6adm_device_open(struct q6adm * adm,struct q6copp * copp,int port_id,int path,int topology,int channel_mode,int bit_width,int rate) q6adm_device_open() argument
383 q6adm_open(struct device * dev,int port_id,int path,int rate,int channel_mode,int topology,int perf_mode,uint16_t bit_width,int app_type,int acdb_id) q6adm_open() argument
[all...]
H A Dq6afe.c386 u16 port_id; member
391 u16 port_id; member
411 u16 port_id; member
659 int port_id; member
1023 return port_maps[index].port_id; in q6afe_get_port_id()
1128 u16 port_id = port->id; in q6afe_port_set_param_v2() local
1150 param->port_id = port_id; in q6afe_port_set_param_v2()
1162 port_id, ret); in q6afe_port_set_param_v2()
1277 int port_id = port->id; in q6afe_port_stop() local
1304 stop->port_id = port_id; in q6afe_port_stop()
[all …]
/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h74 __u8 port_id[3]; member
95 __u8 port_id[3]; member
119 __u8 port_id[3]; member
182 __u8 port_id[3]; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c45 __func__, pi->port_id); in cxgb4_dcb_state_init()
450 INIT_PORT_DCB_READ_LOCAL_CMD(pcmd, pi->port_id); in cxgb4_getpgtccfg()
452 INIT_PORT_DCB_READ_PEER_CMD(pcmd, pi->port_id); in cxgb4_getpgtccfg()
463 INIT_PORT_DCB_READ_LOCAL_CMD(pcmd, pi->port_id); in cxgb4_getpgtccfg()
465 INIT_PORT_DCB_READ_PEER_CMD(pcmd, pi->port_id); in cxgb4_getpgtccfg()
517 INIT_PORT_DCB_READ_LOCAL_CMD(pcmd, pi->port_id); in cxgb4_setpgtccfg_tx()
531 INIT_PORT_DCB_WRITE_CMD(pcmd, pi->port_id); in cxgb4_setpgtccfg_tx()
542 INIT_PORT_DCB_READ_LOCAL_CMD(pcmd, pi->port_id); in cxgb4_setpgtccfg_tx()
554 INIT_PORT_DCB_WRITE_CMD(pcmd, pi->port_id); in cxgb4_setpgtccfg_tx()
573 INIT_PORT_DCB_READ_LOCAL_CMD(pcmd, pi->port_id); in cxgb4_getpgbwgcfg()
[all …]
/linux/drivers/hv/
H A Dmshv_synic.c605 union hv_port_id port_id = { 0 }; in mshv_register_doorbell() local
621 port_id.u.id = ret; in mshv_register_doorbell()
625 ret = hv_call_create_port(hv_current_partition_id, port_id, partition_id, in mshv_register_doorbell()
630 mshv_portid_free(port_id.u.id); in mshv_register_doorbell()
634 connection_id.u.id = port_id.u.id; in mshv_register_doorbell()
640 ret = hv_call_connect_port(hv_current_partition_id, port_id, partition_id, in mshv_register_doorbell()
643 hv_call_delete_port(hv_current_partition_id, port_id); in mshv_register_doorbell()
644 mshv_portid_free(port_id.u.id); in mshv_register_doorbell()
649 return port_id.u.id; in mshv_register_doorbell()
655 union hv_port_id port_id = { 0 }; in mshv_unregister_doorbell() local
[all …]
/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi_qp-rockchip.c99 int port_id; member
191 val &= hdmi->port_id ? RK3588_HDMI1_LEVEL_INT : RK3588_HDMI0_LEVEL_INT; in dw_hdmi_qp_rk3588_read_hpd()
201 if (hdmi->port_id) in dw_hdmi_qp_rk3588_setup_hpd()
309 if (hdmi->port_id) in dw_hdmi_qp_rk3588_hardirq()
329 if (hdmi->port_id) in dw_hdmi_qp_rk3588_irq()
338 if (hdmi->port_id) in dw_hdmi_qp_rk3588_irq()
371 hdmi->port_id ? RK3588_GRF_VO1_CON6 : RK3588_GRF_VO1_CON3, in dw_hdmi_qp_rk3588_io_init()
378 if (hdmi->port_id) in dw_hdmi_qp_rk3588_io_init()
384 if (hdmi->port_id) in dw_hdmi_qp_rk3588_io_init()
415 hdmi->port_id ? RK3588_GRF_VO1_CON6 : RK3588_GRF_VO1_CON3, in dw_hdmi_qp_rk3588_enc_init()
[all …]
/linux/drivers/scsi/qedf/
H A Dqedf_attr.c31 u32 port_id; in fcoe_mac_show() local
35 port_id = fc_host_port_id(lport->host); in fcoe_mac_show()
36 lport_src_id[2] = (port_id & 0x000000FF); in fcoe_mac_show()
37 lport_src_id[1] = (port_id & 0x0000FF00) >> 8; in fcoe_mac_show()
38 lport_src_id[0] = (port_id & 0x00FF0000) >> 16; in fcoe_mac_show()
/linux/net/bridge/
H A Dbr_private_stp.h34 port_id port_id; member
45 (p->designated_port == p->port_id); in br_is_designated_port()
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c546 if (!fcf || (ports && !lp->port_id)) in fcoe_ctlr_send_keep_alive()
577 hton24(vn->fd_fc_id, lport->port_id); in fcoe_ctlr_send_keep_alive()
663 hton24(mac->fd_mac + 3, fip->port_id); in fcoe_ctlr_encaps()
1356 if (!lport->port_id) { in fcoe_ctlr_recv_clr_vlink()
2051 hton24(frame->eth.h_source + 3, fip->port_id); in fcoe_ctlr_vn_send()
2073 hton24(frame->vn.fd_mac + 3, fip->port_id); in fcoe_ctlr_vn_send()
2074 hton24(frame->vn.fd_fc_id, fip->port_id); in fcoe_ctlr_vn_send()
2126 rdata->ids.port_id, event); in fcoe_ctlr_vn_rport_callback()
2140 rdata->ids.port_id); in fcoe_ctlr_vn_rport_callback()
2214 u32 port_id; in fcoe_ctlr_vn_restart() local
[all …]
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c186 u32 port_id; in bnx2fc_send_session_ofld_req() local
243 port_id = fc_host_port_id(lport->host); in bnx2fc_send_session_ofld_req()
244 if (port_id == 0) { in bnx2fc_send_session_ofld_req()
254 tgt->sid = port_id; in bnx2fc_send_session_ofld_req()
255 ofld_req3.s_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
256 ofld_req3.s_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_ofld_req()
257 ofld_req3.s_id[2] = (port_id & 0x00FF0000) >> 16; in bnx2fc_send_session_ofld_req()
259 port_id = rport->port_id; in bnx2fc_send_session_ofld_req()
260 ofld_req3.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
261 ofld_req3.d_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_ofld_req()
[all …]
H A Dbnx2fc_tgt.c95 "port_id (%6x)\n", rport->port_id); in bnx2fc_offload_session()
270 tgt->rdata->ids.port_id, tgt->num_active_ios.counter); in bnx2fc_flush_active_ios()
447 u32 port_id; in bnx2fc_rport_event_handler() local
450 event, rdata->ids.port_id); in bnx2fc_rport_event_handler()
459 if (rport->port_id == FC_FID_DIR_SERV) { in bnx2fc_rport_event_handler()
467 rdata->ids.port_id); in bnx2fc_rport_event_handler()
526 port_id = rdata->ids.port_id; in bnx2fc_rport_event_handler()
527 if (port_id == FC_FID_DIR_SERV) in bnx2fc_rport_event_handler()
532 port_id); in bnx2fc_rport_event_handler()
577 u32 port_id) in bnx2fc_tgt_lookup() argument
[all …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c104 nfp_flower_get_netdev_from_internal_port_id(struct nfp_app *app, int port_id) in nfp_flower_get_netdev_from_internal_port_id() argument
110 netdev = idr_find(&priv->internal_ports.port_ids, port_id); in nfp_flower_get_netdev_from_internal_port_id()
220 nfp_flower_repr_get_type_and_port(struct nfp_app *app, u32 port_id, u8 *port) in nfp_flower_repr_get_type_and_port() argument
222 switch (FIELD_GET(NFP_FLOWER_CMSG_PORT_TYPE, port_id)) { in nfp_flower_repr_get_type_and_port()
225 port_id); in nfp_flower_repr_get_type_and_port()
229 *port = FIELD_GET(NFP_FLOWER_CMSG_PORT_VNIC, port_id); in nfp_flower_repr_get_type_and_port()
230 if (FIELD_GET(NFP_FLOWER_CMSG_PORT_VNIC_TYPE, port_id) == in nfp_flower_repr_get_type_and_port()
241 nfp_flower_dev_get(struct nfp_app *app, u32 port_id, bool *redir_egress) in nfp_flower_dev_get() argument
248 if (FIELD_GET(NFP_FLOWER_CMSG_PORT_TYPE, port_id) == in nfp_flower_dev_get()
252 port = FIELD_GET(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, port_id); in nfp_flower_dev_get()
[all …]
/linux/include/linux/
H A Dnvme-fc-driver.h160 u32 port_id; member
290 u32 port_id; member
334 u32 port_id; member
601 u32 port_id; member
758 u32 port_id; member
/linux/drivers/fpga/
H A Ddfl-fme-pr.h33 int port_id; member
68 int port_id; member

12345678910>>...12