/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/ |
H A D | gaudi_async_ids_map_extended.h | 17 int fc_id; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, 30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" }, 31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" }, 32 { .fc_id [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/ |
H A D | gaudi_async_ids_map_extended.h | 17 int fc_id; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, 30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" }, 31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" }, 32 { .fc_id [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi2/ |
H A D | gaudi2_async_ids_map_extended.h | 23 int fc_id; member 32 { .fc_id = 0, .cpu_id = 0, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 34 { .fc_id = 1, .cpu_id = 1, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 36 { .fc_id = 2, .cpu_id = 2, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 38 { .fc_id = 3, .cpu_id = 3, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 40 { .fc_id = 4, .cpu_id = 4, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 42 { .fc_id = 5, .cpu_id = 5, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 44 { .fc_id = 6, .cpu_id = 6, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 46 { .fc_id = 7, .cpu_id = 7, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 48 { .fc_id [all...] |
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efc_nport.c | 67 u32 fc_id, bool enable_ini, bool enable_tgt) in efc_nport_alloc() 108 /* Update requested fc_id */ in efc_nport_alloc() 109 nport->fc_id = fc_id; in efc_nport_alloc() 153 xa_erase(&domain->lookup, nport->fc_id); in efc_nport_free() 177 efc_nport_attach(struct efc_nport *nport, u32 fc_id) in efc_nport_attach() argument 185 rc = xa_err(xa_store(&nport->domain->lookup, fc_id, nport, GFP_ATOMIC)); in efc_nport_attach() 192 efc_node_fcid_display(fc_id, nport->display_name, in efc_nport_attach() 199 efc_log_debug(nport->efc, "[%s] attach nport: fc_id x%06x\n", in efc_nport_attach() 200 nport->display_name, fc_id); in efc_nport_attach() 66 efc_nport_alloc(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, u32 fc_id, bool enable_ini, bool enable_tgt) efc_nport_alloc() argument 643 efc_nport_vport_new(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, u32 fc_id, bool ini, bool tgt, void *tgt_data, void *ini_data) efc_nport_vport_new() argument 735 efc_vport_create_spec(struct efc *efc, uint64_t wwnn, uint64_t wwpn, u32 fc_id, bool enable_ini, bool enable_tgt, void *tgt_data, void *ini_data) efc_vport_create_spec() argument [all...] |
H A D | efc_domain.c | 273 * Note: drec->fc_id is ALPA from read_topology only if loop in __efc_domain_init() 304 efc_log_debug(efc, "%s fc_id=%#x speed=%d\n", in __efc_domain_init() 308 drec->fc_id, drec->speed); in __efc_domain_init() 310 nport->fc_id = drec->fc_id; in __efc_domain_init() 313 "s%06x", drec->fc_id); in __efc_domain_init() 321 if (drec->map.loop[i] != drec->fc_id) { in __efc_domain_init() 325 drec->fc_id, in __efc_domain_init() 405 __efc_domain_attach_internal(domain, nport->fc_id); in __efc_domain_wait_alloc() 469 u32 fc_id; in __efc_domain_allocated() local 674 u32 fc_id; __efc_domain_ready() local [all...] |
H A D | efclib.h | 83 u32 fc_id; member 120 * @fc_id: port FC address 126 * @lookup: fc_id to node lookup object 156 u32 fc_id; member 254 * @fc_id: FC address 262 u32 fc_id; member 385 * @fc_id: port id 396 u32 fc_id; member 589 efc_vport_create_spec(struct efc *efc, u64 wwnn, u64 wwpn, u32 fc_id, 593 u64 wwnn, u32 fc_id, boo [all...] |
H A D | efc_cmds.c | 263 efc_cmd_nport_attach(struct efc *efc, struct efc_nport *nport, u32 fc_id) in efc_cmd_nport_attach() argument 273 nport->fc_id = fc_id; in efc_cmd_nport_attach() 276 rc = sli_cmd_reg_vpi(efc->sli, buf, nport->fc_id, in efc_cmd_nport_attach() 513 efc_cmd_domain_attach(struct efc *efc, struct efc_domain *domain, u32 fc_id) in efc_cmd_domain_attach() argument 523 domain->nport->fc_id = fc_id; in efc_cmd_domain_attach() 528 domain->nport->fc_id); in efc_cmd_domain_attach() 627 rnode->fc_id = fc_addr; in efc_cmd_node_alloc() 680 rnode->nport->indicator, rnode->fc_id, sparm in efc_cmd_node_attach() [all...] |
H A D | efc_nport.h | 19 u32 fc_id, bool enable_ini, bool enable_tgt); 23 efc_nport_attach(struct efc_nport *nport, u32 fc_id);
|
H A D | efc_cmds.h | 15 efc_cmd_nport_attach(struct efc *efc, struct efc_nport *nport, u32 fc_id); 21 efc_cmd_domain_attach(struct efc *efc, struct efc_domain *domain, u32 fc_id);
|
H A D | efc_els.c | 272 els->io.s_id = node->nport->fc_id; in efc_els_send_req() 273 els->io.d_id = node->rnode.fc_id; in efc_els_send_req() 371 if (node->nport->fc_id != U32_MAX) in efc_els_send_rsp() 372 els->io.s_id = node->nport->fc_id; in efc_els_send_rsp() 375 els->io.d_id = node->rnode.fc_id; in efc_els_send_rsp() 543 hton24(logo->fl_n_port_id, node->rnode.nport->fc_id); in efc_send_logo() 576 hton24(adisc->adisc_hard_addr, nport->fc_id); in efc_send_adisc() 579 hton24(adisc->adisc_port_id, node->rnode.nport->fc_id); in efc_send_adisc() 871 hton24(adisc->adisc_port_id, node->rnode.nport->fc_id); in efc_send_adisc_acc() 921 hton24(ct->rftid.fr_fid.fp_fid, node->rnode.nport->fc_id); in efc_ns_send_rftid() [all...] |
H A D | efc_node.c | 154 xa_erase(&nport->lookup, node->rnode.fc_id); in efc_node_free() 222 efc_node_fcid_display(u32 fc_id, char *buffer, u32 buffer_length) in efc_node_fcid_display() argument 224 switch (fc_id) { in efc_node_fcid_display() 235 if (fc_id == FC_FID_DOM_MGR) { in efc_node_fcid_display() 237 (fc_id & 0x0000ff)); in efc_node_fcid_display() 239 snprintf(buffer, buffer_length, "%06x", fc_id); in efc_node_fcid_display() 248 u32 port_id = node->rnode.fc_id; in efc_node_update_display_name()
|
H A D | efc_fabric.c | 157 /* ext_status has the fc_id, attach domain */ in __efc_fabric_flogi_wait_rsp() 271 /* fc_id is in ext_status */ in __efc_fabric_fdisc_wait_rsp() 694 /* Fill buffer with fc_id of active nodes */ in efc_process_gidpt_payload() 697 port_id = n->rnode.fc_id; in efc_process_gidpt_payload() 716 port_id == active_nodes[j]->rnode.fc_id) { in efc_process_gidpt_payload() 743 active_nodes[i]->rnode.fc_id); in efc_process_gidpt_payload() 752 if (port_id == node->rnode.nport->fc_id) { in efc_process_gidpt_payload() 1157 "Node with fc_id x%x already exists\n", in __efc_p2p_wait_domain_attach() 1158 rnode->rnode.fc_id); in __efc_p2p_wait_domain_attach() 1182 if (node->rnode.fc_id in __efc_p2p_wait_domain_attach() [all...] |
H A D | efc_device.c | 454 (node->rnode.fc_id != FC_FID_DOM_MGR)) { in efc_node_init_device() 1123 !(node->rnode.fc_id != FC_FID_DOM_MGR)) { in __efc_d_port_logged_in()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme-fc.h | 48 __u8 fc_id; member 88 __u8 fc_id; member 106 __u8 fc_id; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme-fc.h | 48 __u8 fc_id; member 88 __u8 fc_id; member 106 __u8 fc_id; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | fc_encode.h | 113 * @fc_id: FC_ID of non-destination rport for GPN_ID and similar inquiries. 120 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() 138 hton24(ct->payload.fid.fp_fid, fc_id); in fc_ct_ns_fill() 197 * @fc_id: FC_ID of non-destination rport for GPN_ID and similar inquiries. 204 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() 491 * @fc_id: FC_ID of non-destination rport for GPN_ID and similar inquiries. 498 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() 504 switch (fc_id) { in fc_ct_fill() 506 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill() 511 rc = fc_ct_ns_fill(lport, fc_id, f in fc_ct_fill() 119 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ns_fill() argument 203 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ms_fill() argument 497 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) fc_ct_fill() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_encode.h | 85 * @fc_id: FC_ID of non-destination rport for GPN_ID and similar inquiries. 92 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() 110 hton24(ct->payload.fid.fp_fid, fc_id); in fc_ct_ns_fill() 179 * @fc_id: FC_ID of non-destination rport for GPN_ID and similar inquiries. 186 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() 715 * @fc_id: FC_ID of non-destination rport for GPN_ID and similar inquiries. 722 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() 728 switch (fc_id) { in fc_ct_fill() 730 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill() 735 rc = fc_ct_ns_fill(lport, fc_id, f in fc_ct_fill() 91 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ns_fill() argument 185 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ms_fill() argument 721 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) fc_ct_fill() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_im.h | 113 u32 fc_id; member
|
H A D | bfad_attr.c | 28 u32 fc_id = -1; in bfad_im_get_starget_port_id() local 38 fc_id = bfa_fcs_itnim_get_fcid(&itnim->fcs_itnim); in bfad_im_get_starget_port_id() 40 fc_starget_port_id(starget) = fc_id; in bfad_im_get_starget_port_id()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_im.h | 129 u32 fc_id; member
|
H A D | bfad_attr.c | 28 u32 fc_id = -1; in bfad_im_get_starget_port_id() local 38 fc_id = bfa_fcs_itnim_get_fcid(&itnim->fcs_itnim); in bfad_im_get_starget_port_id() 40 fc_starget_port_id(starget) = fc_id; in bfad_im_get_starget_port_id()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_scsi.c | 259 int fnic_flogi_reg_handler(struct fnic *fnic, u32 fc_id) in fnic_flogi_reg_handler() argument 288 fc_id, gw_mac, in fnic_flogi_reg_handler() 293 fc_id, fnic->data_src_addr, gw_mac); in fnic_flogi_reg_handler() 296 format, fc_id, gw_mac); in fnic_flogi_reg_handler() 299 fc_id, fnic->ctlr.map_dest, gw_mac); in fnic_flogi_reg_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_scsi.c | 247 int fnic_flogi_reg_handler(struct fnic *fnic, u32 fc_id) in fnic_flogi_reg_handler() argument 276 fc_id, gw_mac, in fnic_flogi_reg_handler() 281 fc_id, fnic->data_src_addr, gw_mac); in fnic_flogi_reg_handler() 284 format, fc_id, gw_mac); in fnic_flogi_reg_handler() 287 fc_id, fnic->ctlr.map_dest, gw_mac); in fnic_flogi_reg_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 3396 sli_cmd_reg_rpi(struct sli4 *sli4, void *buf, u32 rpi, u32 vpi, u32 fc_id, in sli_cmd_reg_rpi() argument 3408 rportid_flags = fc_id & SLI4_REGRPI_REMOTE_N_PORTID; in sli_cmd_reg_rpi() 3438 u16 vpi, __be64 sli_wwpn, u32 fc_id) in sli_cmd_reg_vfi() 3464 reg_vfi->dw10_lportid_flags = cpu_to_le32(fc_id); in sli_cmd_reg_vfi() 3470 sli_cmd_reg_vpi(struct sli4 *sli4, void *buf, u32 fc_id, __be64 sli_wwpn, in sli_cmd_reg_vpi() argument 3480 flags = (fc_id & SLI4_REGVPI_LOCAL_N_PORTID); in sli_cmd_reg_vpi() 3527 enum sli4_resource which, u32 fc_id) in sli_cmd_unreg_rpi() 3538 if (fc_id == U32_MAX) in sli_cmd_unreg_rpi() 3543 cpu_to_le32(fc_id & SLI4_UNREG_RPI_DEST_N_PORTID_MASK); in sli_cmd_unreg_rpi() 3436 sli_cmd_reg_vfi(struct sli4 *sli4, void *buf, size_t size, u16 vfi, u16 fcfi, struct efc_dma dma, u16 vpi, __be64 sli_wwpn, u32 fc_id) sli_cmd_reg_vfi() argument 3526 sli_cmd_unreg_rpi(struct sli4 *sli4, void *buf, u16 indicator, enum sli4_resource which, u32 fc_id) sli_cmd_unreg_rpi() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 41 hw->link.fc_id = U32_MAX; in efct_hw_link_event_init() 117 hw->link.fc_id = read_topo->acquired_al_pa; in __efct_read_topology_cb() 156 drec.fc_id = hw->link.fc_id; in __efct_read_topology_cb() 186 drec.fc_id = event->fc_id; in efct_hw_cb_link()
|