/Linux-v5.4/drivers/target/tcm_fc/ |
D | tfc_sess.c | 33 (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-v5.4/drivers/spi/ |
D | spi-pxa2xx-pci.c | 29 int port_id; member 110 c->port_id = 3; in mrfld_spi_setup() 116 c->port_id = 5; in mrfld_spi_setup() 122 c->port_id = 6; in mrfld_spi_setup() 145 .port_id = -1, 151 .port_id = 0, 158 .port_id = 0, 165 .port_id = 1, 172 .port_id = 2, 184 .port_id = -1, [all …]
|
/Linux-v5.4/drivers/fpga/ |
D | dfl-fme-pr.c | 33 dfl_fme_region_find_by_port_id(struct dfl_fme *fme, int port_id) in dfl_fme_region_find_by_port_id() argument 38 if (fme_region->port_id == port_id) in dfl_fme_region_find_by_port_id() 49 static struct fpga_region *dfl_fme_region_find(struct dfl_fme *fme, int port_id) in dfl_fme_region_find() argument 54 fme_region = dfl_fme_region_find_by_port_id(fme, port_id); in dfl_fme_region_find() 95 if (port_pr.port_id >= FIELD_GET(FME_CAP_NUM_PORTS, v)) { in fme_pr() 138 region = dfl_fme_region_find(fme, port_pr.port_id); in fme_pr() 148 info->region_id = port_pr.port_id; in fme_pr() 234 dfl_fme_create_bridge(struct dfl_feature_platform_data *pdata, int port_id) in dfl_fme_create_bridge() argument 246 br_pdata.port_id = port_id; in dfl_fme_create_bridge() 307 struct platform_device *br, int port_id) in dfl_fme_create_region() argument [all …]
|
D | dfl-fme-main.c | 139 int port_id; in fme_hdr_ioctl_release_port() local 141 if (get_user(port_id, (int __user *)arg)) in fme_hdr_ioctl_release_port() 144 return dfl_fpga_cdev_release_port(cdev, port_id); in fme_hdr_ioctl_release_port() 151 int port_id; in fme_hdr_ioctl_assign_port() local 153 if (get_user(port_id, (int __user *)arg)) in fme_hdr_ioctl_assign_port() 156 return dfl_fpga_cdev_assign_port(cdev, port_id); in fme_hdr_ioctl_assign_port()
|
/Linux-v5.4/drivers/scsi/libfc/ |
D | fc_npiv.c | 49 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()
|
D | fc_libfc.h | 38 (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); \
|
D | fc_rport.c | 105 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() 147 rdata->ids.port_id = port_id; in fc_rport_create() 161 if (port_id != FC_FID_DIR_SERV) { in fc_rport_create() 258 u32 port_id; in fc_rport_work() local 333 port_id = rdata->ids.port_id; in fc_rport_work() 350 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_work() 351 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_work() [all …]
|
D | fc_disc.c | 128 dp->port_id = ntoh24(pp->rscn_fid); in fc_disc_recv_rscn_req() 431 ids.port_id = ntoh24(np->fp_fid); in fc_disc_gpn_ft_parse() 434 if (ids.port_id != lport->port_id && in fc_disc_gpn_ft_parse() 436 rdata = fc_rport_create(lport, ids.port_id); in fc_disc_gpn_ft_parse() 443 "(%6.6x)\n", ids.port_id); in fc_disc_gpn_ft_parse() 602 rdata->ids.port_id, port_name); in fc_disc_gpn_id_resp() 606 new_rdata = fc_rport_create(lport, rdata->ids.port_id); in fc_disc_gpn_id_resp() 650 if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, FC_NS_GPN_ID, in fc_disc_gpn_id_req() 669 rdata = fc_rport_create(lport, dp->port_id); in fc_disc_single()
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | ef10_sriov.h | 63 unsigned int port_id, u8 *mac); 65 unsigned int port_id, u8 *mac); 66 int efx_ef10_vadaptor_alloc(struct efx_nic *efx, unsigned int port_id); 67 int efx_ef10_vadaptor_query(struct efx_nic *efx, unsigned int port_id, 70 int efx_ef10_vadaptor_free(struct efx_nic *efx, unsigned int port_id);
|
/Linux-v5.4/sound/soc/qcom/qdsp6/ |
D | q6adm.c | 280 int port_id, int copp_idx) in q6adm_device_close() argument 288 close.hdr.src_port = port_id; in q6adm_device_close() 290 close.hdr.token = port_id << 16 | copp_idx; in q6adm_device_close() 297 int port_id, int topology, in q6adm_find_matching_copp() argument 309 if ((port_id == c->afe_port) && (topology == c->topology) && in q6adm_find_matching_copp() 322 int port_id, int path, int topology, in q6adm_device_open() argument 326 int afe_port = q6afe_get_port_id(port_id); in q6adm_device_open() 344 pkt->hdr.token = port_id << 16 | copp->copp_idx; in q6adm_device_open() 383 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate, in q6adm_open() argument 392 if (port_id < 0) { in q6adm_open() [all …]
|
D | q6afe.c | 323 u16 port_id; member 328 u16 port_id; member 348 u16 port_id; member 490 int port_id; member 799 return port_maps[index].port_id; in q6afe_get_port_id() 846 u16 port_id = port->id; in q6afe_port_set_param() local 881 port_id, ret); in q6afe_port_set_param() 894 u16 port_id = port->id; in q6afe_port_set_param_v2() local 918 param->port_id = port_id; in q6afe_port_set_param_v2() 930 port_id, ret); in q6afe_port_set_param_v2() [all …]
|
/Linux-v5.4/include/uapi/scsi/ |
D | scsi_bsg_fc.h | 74 __u8 port_id[3]; member 95 __u8 port_id[3]; member 119 __u8 port_id[3]; member 182 __u8 port_id[3]; member
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 45 __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-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_fw_funcs.c | 211 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() argument 214 return NUM_OF_PHYS_TCS * MAX_NUM_PORTS_BB + port_id; in qed_get_ext_voq() 216 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq() 320 u8 tc, ext_voq, port_id, num_tcs_in_port; in qed_cmdq_lines_rt_init() local 327 for (port_id = 0; port_id < max_ports_per_engine; port_id++) { in qed_cmdq_lines_rt_init() 330 if (!port_params[port_id].active) in qed_cmdq_lines_rt_init() 337 phys_lines = port_params[port_id].num_pbf_cmd_lines; in qed_cmdq_lines_rt_init() 343 if (((port_params[port_id].active_phys_tcs >> in qed_cmdq_lines_rt_init() 351 port_id, in qed_cmdq_lines_rt_init() 353 if (((port_params[port_id].active_phys_tcs >> in qed_cmdq_lines_rt_init() [all …]
|
/Linux-v5.4/sound/soc/sh/ |
D | siu_dai.c | 154 if (!info->port_id) in siu_dai_spbAselect() 179 if (!info->port_id) in siu_dai_spbBselect() 200 switch (info->port_id) { in siu_dai_open() 230 switch (info->port_id) { in siu_dai_pcmdatapack() 502 info->port_id, port_info); in siu_dai_startup() 522 info->port_id, port_info); in siu_dai_shutdown() 551 __func__, info->port_id, port_info->play_cap, rt->channels); in siu_dai_prepare() 597 __func__, fmt, info->port_id); in siu_dai_set_fmt() 599 if (info->port_id < 0) in siu_dai_set_fmt() 605 ifctl = siu_flags[info->port_id].playback.i2s | in siu_dai_set_fmt() [all …]
|
D | siu_pcm.c | 291 dev_dbg(dev, "%s: port=%d\n", __func__, info->port_id); in siu_pcm_hw_params() 312 dev_dbg(dev, "%s: port=%d\n", __func__, info->port_id); in siu_pcm_hw_free() 336 u32 port = info->port_id; in siu_pcm_open() 377 dev_dbg(dev, "%s: port=%d\n", __func__, info->port_id); in siu_pcm_close() 412 info->port_id, rt->channels, siu_stream->period_bytes); in siu_pcm_prepare() 430 "format=%d channels=%d xfer_cnt=%d\n", info->port_id, in siu_pcm_prepare() 446 info->port_id, port_info, cmd); in siu_pcm_trigger() 457 __func__, info->port_id); in siu_pcm_trigger() 505 __func__, info->port_id, siu_read32(base + SIU_EVNTC), in siu_pcm_pointer_dma() 529 info->port_id = pdev->id; in siu_pcm_new()
|
/Linux-v5.4/drivers/pci/controller/dwc/ |
D | pcie-hisi.c | 140 u32 port_id; member 201 0x100 * hisi_pcie->port_id, &val); in hisi_pcie_link_up_hip05() 235 u32 port_id; in hisi_add_pcie_port() local 237 if (of_property_read_u32(dev->of_node, "port-id", &port_id)) { in hisi_add_pcie_port() 241 if (port_id > 3) { in hisi_add_pcie_port() 242 dev_err(dev, "Invalid port-id: %d\n", port_id); in hisi_add_pcie_port() 245 hisi_pcie->port_id = port_id; in hisi_add_pcie_port()
|
/Linux-v5.4/net/bridge/ |
D | br_private_stp.h | 34 port_id port_id; member 45 (p->designated_port == p->port_id); in br_is_designated_port()
|
/Linux-v5.4/drivers/scsi/qedf/ |
D | qedf_attr.c | 32 u32 port_id; in qedf_fcoe_mac_show() local 36 port_id = fc_host_port_id(lport->host); in qedf_fcoe_mac_show() 37 lport_src_id[2] = (port_id & 0x000000FF); in qedf_fcoe_mac_show() 38 lport_src_id[1] = (port_id & 0x0000FF00) >> 8; in qedf_fcoe_mac_show() 39 lport_src_id[0] = (port_id & 0x00FF0000) >> 16; in qedf_fcoe_mac_show()
|
/Linux-v5.4/include/linux/ |
D | nvme-fc-driver.h | 42 u32 port_id; member 215 u32 port_id; member 259 u32 port_id; member 469 u32 port_id; member 675 u32 port_id; member
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/ |
D | main.c | 95 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 101 netdev = idr_find(&priv->internal_ports.port_ids, port_id); in nfp_flower_get_netdev_from_internal_port_id() 211 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 213 switch (FIELD_GET(NFP_FLOWER_CMSG_PORT_TYPE, port_id)) { in nfp_flower_repr_get_type_and_port() 216 port_id); in nfp_flower_repr_get_type_and_port() 220 *port = FIELD_GET(NFP_FLOWER_CMSG_PORT_VNIC, port_id); in nfp_flower_repr_get_type_and_port() 221 if (FIELD_GET(NFP_FLOWER_CMSG_PORT_VNIC_TYPE, port_id) == in nfp_flower_repr_get_type_and_port() 232 nfp_flower_dev_get(struct nfp_app *app, u32 port_id, bool *redir_egress) in nfp_flower_dev_get() argument 239 if (FIELD_GET(NFP_FLOWER_CMSG_PORT_TYPE, port_id) == in nfp_flower_dev_get() 243 port = FIELD_GET(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, port_id); in nfp_flower_dev_get() [all …]
|
/Linux-v5.4/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 545 if (!fcf || (ports && !lp->port_id)) in fcoe_ctlr_send_keep_alive() 576 hton24(vn->fd_fc_id, lport->port_id); in fcoe_ctlr_send_keep_alive() 661 hton24(mac->fd_mac + 3, fip->port_id); in fcoe_ctlr_encaps() 1359 if (!lport->port_id) { in fcoe_ctlr_recv_clr_vlink() 2056 hton24(frame->eth.h_source + 3, fip->port_id); in fcoe_ctlr_vn_send() 2078 hton24(frame->vn.fd_mac + 3, fip->port_id); in fcoe_ctlr_vn_send() 2079 hton24(frame->vn.fd_fc_id, fip->port_id); in fcoe_ctlr_vn_send() 2131 rdata->ids.port_id, event); in fcoe_ctlr_vn_rport_callback() 2145 rdata->ids.port_id); in fcoe_ctlr_vn_rport_callback() 2219 u32 port_id; in fcoe_ctlr_vn_restart() local [all …]
|
/Linux-v5.4/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 186 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 …]
|
D | bnx2fc_tgt.c | 95 "port_id (%6x)\n", rport->port_id); in bnx2fc_offload_session() 272 tgt->rdata->ids.port_id, tgt->num_active_ios.counter); in bnx2fc_flush_active_ios() 449 u32 port_id; in bnx2fc_rport_event_handler() local 452 event, rdata->ids.port_id); in bnx2fc_rport_event_handler() 461 if (rport->port_id == FC_FID_DIR_SERV) { in bnx2fc_rport_event_handler() 469 rdata->ids.port_id); in bnx2fc_rport_event_handler() 528 port_id = rdata->ids.port_id; in bnx2fc_rport_event_handler() 529 if (port_id == FC_FID_DIR_SERV) in bnx2fc_rport_event_handler() 534 port_id); in bnx2fc_rport_event_handler() 579 u32 port_id) in bnx2fc_tgt_lookup() argument [all …]
|
/Linux-v5.4/drivers/net/ethernet/freescale/fman/ |
D | fman.c | 578 static irqreturn_t fman_bus_error(struct fman *fman, u8 __maybe_unused port_id, in fman_bus_error() argument 584 __func__, fman->state->fm_id, port_id); in fman_bus_error() 615 u8 port_id) in set_port_order_restoration() argument 619 tmp = port_id << FPM_PORT_FM_CTL_PORTID_SHIFT; in set_port_order_restoration() 624 if (port_id % 2) in set_port_order_restoration() 632 static void set_port_liodn(struct fman *fman, u8 port_id, in set_port_liodn() argument 638 tmp = ioread32be(&fman->dma_regs->fmdmplr[port_id / 2]); in set_port_liodn() 639 if (port_id % 2) { in set_port_liodn() 646 iowrite32be(tmp, &fman->dma_regs->fmdmplr[port_id / 2]); in set_port_liodn() 647 iowrite32be(liodn_ofst, &fman->bmi_regs->fmbm_spliodn[port_id - 1]); in set_port_liodn() [all …]
|