Home
last modified time | relevance | path

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

12345678910>>...13

/kernel/linux/linux-5.10/drivers/target/tcm_fc/
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 …]
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx-pci.c30 int port_id; member
123 c->port_id = 3; in mrfld_spi_setup()
129 c->port_id = 5; in mrfld_spi_setup()
135 c->port_id = 6; in mrfld_spi_setup()
163 .port_id = -1,
169 .port_id = 0,
176 .port_id = 0,
183 .port_id = 1,
190 .port_id = 2,
202 .port_id = -1,
[all …]
/kernel/linux/linux-5.10/drivers/fpga/
Ddfl-fme-pr.c33 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()
134 region = dfl_fme_region_find(fme, port_pr.port_id); in fme_pr()
144 info->region_id = port_pr.port_id; in fme_pr()
230 dfl_fme_create_bridge(struct dfl_feature_platform_data *pdata, int port_id) in dfl_fme_create_bridge() argument
242 br_pdata.port_id = port_id; in dfl_fme_create_bridge()
303 struct platform_device *br, int port_id) in dfl_fme_create_region() argument
[all …]
/kernel/linux/linux-5.10/drivers/scsi/libfc/
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()
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); \
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Def10_sriov.h63 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);
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpcie-hisi-error.c53 u8 port_id; member
109 u32 chip_id, u32 port_id) in hisi_pcie_port_reset() argument
121 arg[1].integer.value = HISI_PCIE_CORE_ID(port_id); in hisi_pcie_port_reset()
123 arg[2].integer.value = HISI_PCIE_CORE_PORT_ID(port_id); in hisi_pcie_port_reset()
143 u32 chip_id, u32 port_id) in hisi_pcie_port_do_recovery() argument
163 devfn = PCI_DEVFN(port_id, 0); in hisi_pcie_port_do_recovery()
174 if (hisi_pcie_port_reset(dev, chip_id, port_id)) in hisi_pcie_port_do_recovery()
221 dev_info(dev, "Port ID = port%d\n", edata->port_id); in hisi_pcie_handle_error()
244 HISI_PCIE_PORT_ID(edata->core_id, edata->port_id)); in hisi_pcie_handle_error()
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
Dq6adm.c280 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 …]
Dq6afe.c376 u16 port_id; member
381 u16 port_id; member
401 u16 port_id; member
565 int port_id; member
926 return port_maps[index].port_id; in q6afe_get_port_id()
1034 u16 port_id = port->id; in q6afe_port_set_param_v2() local
1058 param->port_id = port_id; in q6afe_port_set_param_v2()
1070 port_id, ret); in q6afe_port_set_param_v2()
1186 int port_id = port->id; in q6afe_port_stop() local
1191 port_id = port->id; in q6afe_port_stop()
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/
Dscsi_bsg_fc.h24 uint8_t port_id[3]; member
29 uint8_t port_id[3]; member
35 uint8_t port_id[3]; member
57 uint8_t port_id[3]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/
Dscsi_bsg_fc.h35 __u8 port_id[3]; member
39 __u8 port_id[3]; member
43 __u8 port_id[3]; member
62 __u8 port_id[3]; member
/kernel/linux/linux-5.10/include/uapi/scsi/
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
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
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 …]
Dcxgb4_tc_matchall.c143 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_tc()
182 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_tc()
202 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_mirror_alloc()
226 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_mirror_free()
241 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_del_filter()
274 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_add_filter()
307 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_filter()
338 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_filter()
365 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_tc_matchall_replace()
404 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_tc_matchall_destroy()
[all …]
/kernel/linux/linux-5.10/sound/soc/sh/
Dsiu_dai.c154 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 …]
/kernel/linux/linux-5.10/net/bridge/
Dbr_private_stp.h34 port_id port_id; member
45 (p->designated_port == p->port_id); in br_is_designated_port()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c194 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() argument
197 return NUM_OF_PHYS_TCS * MAX_NUM_PORTS_BB + port_id; in qed_get_ext_voq()
199 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq()
300 u8 tc, ext_voq, port_id, num_tcs_in_port; in qed_cmdq_lines_rt_init() local
307 for (port_id = 0; port_id < max_ports_per_engine; port_id++) { in qed_cmdq_lines_rt_init()
310 if (!port_params[port_id].active) in qed_cmdq_lines_rt_init()
316 phys_lines = port_params[port_id].num_pbf_cmd_lines; in qed_cmdq_lines_rt_init()
322 if (((port_params[port_id].active_phys_tcs >> in qed_cmdq_lines_rt_init()
330 port_id, in qed_cmdq_lines_rt_init()
332 if (((port_params[port_id].active_phys_tcs >> in qed_cmdq_lines_rt_init()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_attr.c32 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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dps.c199 static void __rtw_enter_lps(struct rtw_dev *rtwdev, u8 port_id) in __rtw_enter_lps() argument
207 conf->port_id = port_id; in __rtw_enter_lps()
230 void rtw_enter_lps(struct rtw_dev *rtwdev, u8 port_id) in rtw_enter_lps() argument
237 __rtw_enter_lps(rtwdev, port_id); in rtw_enter_lps()
/kernel/linux/linux-5.10/include/linux/
Dnvme-fc-driver.h159 u32 port_id; member
289 u32 port_id; member
333 u32 port_id; member
589 u32 port_id; member
746 u32 port_id; member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
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()
1361 if (!lport->port_id) { in fcoe_ctlr_recv_clr_vlink()
2059 hton24(frame->eth.h_source + 3, fip->port_id); in fcoe_ctlr_vn_send()
2081 hton24(frame->vn.fd_mac + 3, fip->port_id); in fcoe_ctlr_vn_send()
2082 hton24(frame->vn.fd_fc_id, fip->port_id); in fcoe_ctlr_vn_send()
2134 rdata->ids.port_id, event); in fcoe_ctlr_vn_rport_callback()
2148 rdata->ids.port_id); in fcoe_ctlr_vn_rport_callback()
2222 u32 port_id; in fcoe_ctlr_vn_restart() local
[all …]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
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 …]
Dbnx2fc_tgt.c95 "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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
Dfman.c583 static irqreturn_t fman_bus_error(struct fman *fman, u8 __maybe_unused port_id, in fman_bus_error() argument
589 __func__, fman->state->fm_id, port_id); in fman_bus_error()
620 u8 port_id) in set_port_order_restoration() argument
624 tmp = port_id << FPM_PORT_FM_CTL_PORTID_SHIFT; in set_port_order_restoration()
629 if (port_id % 2) in set_port_order_restoration()
637 static void set_port_liodn(struct fman *fman, u8 port_id, in set_port_liodn() argument
642 iowrite32be(liodn_ofst, &fman->bmi_regs->fmbm_spliodn[port_id - 1]); in set_port_liodn()
646 tmp = ioread32be(&fman->dma_regs->fmdmplr[port_id / 2]); in set_port_liodn()
647 if (port_id % 2) { in set_port_liodn()
654 iowrite32be(tmp, &fman->dma_regs->fmdmplr[port_id / 2]); in set_port_liodn()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Dmain.c95 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 …]

12345678910>>...13