Home
last modified time | relevance | path

Searched refs:fc_id (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/drivers/accel/habanalabs/include/gaudi/
Dgaudi_async_ids_map_extended.h17 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 = 8, .cpu_id = 8, .valid = 0, .name = "" },
[all …]
/linux-6.6.21/drivers/accel/habanalabs/include/gaudi2/
Dgaudi2_async_ids_map_extended.h23 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 = 8, .cpu_id = 8, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
[all …]
/linux-6.6.21/drivers/scsi/elx/libefc/
Defc_nport.c67 u32 fc_id, bool enable_ini, bool enable_tgt) in efc_nport_alloc() argument
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()
200 nport->display_name, fc_id); in efc_nport_attach()
203 rc = efc_cmd_nport_attach(efc, nport, fc_id); in efc_nport_attach()
220 if (!(node->rnode.fc_id == FC_FID_FLOGI && nport->is_vport)) { in efc_nport_shutdown()
296 xa_erase(&domain->lookup, nport->fc_id); in __efc_nport_common()
[all …]
Defc_domain.c308 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
474 fc_id = *((u32 *)arg); in __efc_domain_allocated()
476 fc_id); in __efc_domain_allocated()
478 rc = xa_err(xa_store(&domain->lookup, fc_id, domain->nport, in __efc_domain_allocated()
[all …]
Defclib.h83 u32 fc_id; member
156 u32 fc_id; member
262 u32 fc_id; member
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, bool ini, bool tgt,
604 void efc_node_fcid_display(u32 fc_id, char *buffer, u32 buf_len);
Defc_cmds.c263 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, sparms, 0, 0)) in efc_cmd_node_attach()
707 rnode->indicator, rnode->fc_id); in efc_node_free_resources()
Defc_cmds.h15 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);
Defc_nport.h19 u32 fc_id, bool enable_ini, bool enable_tgt);
23 efc_nport_attach(struct efc_nport *nport, u32 fc_id);
Defc_els.c272 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 …]
Defc_node.c154 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()
Defc_fabric.c697 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()
1158 rnode->rnode.fc_id); in __efc_p2p_wait_domain_attach()
1182 if (node->rnode.fc_id == 0) { in __efc_p2p_wait_domain_attach()
Defc_device.c454 (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()
/linux-6.6.21/include/linux/
Dnvme-fc.h48 __u8 fc_id; member
88 __u8 fc_id; member
106 __u8 fc_id; member
/linux-6.6.21/drivers/scsi/libfc/
Dfc_encode.h92 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() argument
110 hton24(ct->payload.fid.fp_fid, fc_id); in fc_ct_ns_fill()
186 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() argument
722 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() argument
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, fp, op, r_ctl, fh_type); in fc_ct_fill()
/linux-6.6.21/drivers/scsi/bfa/
Dbfad_im.h129 u32 fc_id; member
Dbfad_attr.c28 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()
/linux-6.6.21/drivers/scsi/fnic/
Dfnic_scsi.c247 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()
/linux-6.6.21/drivers/scsi/elx/efct/
Defct_hw.c41 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()
Defct_lio.c1085 tgt_node->node_fc_id = node->rnode.fc_id; in efct_session_cb()
1086 tgt_node->port_fc_id = node->nport->fc_id; in efct_session_cb()
Defct_xport.c687 fc_host_port_id(shost) = nport->fc_id; in efct_get_host_port_id()
/linux-6.6.21/drivers/scsi/elx/libefc_sli/
Dsli4.c3396 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() argument
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() argument
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()
Dsli4.h3615 u32 fc_id; member
3923 sli_cmd_reg_rpi(struct sli4 *sli4, void *buf, u32 rpi, u32 vpi, u32 fc_id,
3929 enum sli4_resource which, u32 fc_id);
3931 sli_cmd_reg_vpi(struct sli4 *sli4, void *buf, u32 fc_id,
3936 u16 vpi, __be64 sli_wwpn, u32 fc_id);
/linux-6.6.21/drivers/nvme/target/
Dfc.c2671 (cmdiu->fc_id != NVME_CMD_FC_ID) || in nvmet_fc_rcv_fcp_req()
/linux-6.6.21/drivers/nvme/host/
Dfc.c2109 cmdiu->fc_id = NVME_CMD_FC_ID; in __nvme_fc_init_request()
/linux-6.6.21/drivers/accel/habanalabs/gaudi/
Dgaudi.c1870 gaudi_irq_map_table[i].fc_id; in gaudi_sw_init()

12