Home
last modified time | relevance | path

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

12

/linux/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h17 int fc_id; member
113 { .fc_id = 89, .cpu_id = 61, .valid = 1,
116 { .fc_id = 91, .cpu_id = 63, .valid = 1,
283 { .fc_id = 257, .cpu_id = 120, .valid = 1,
510 { .fc_id = 483, .cpu_id = 332, .valid = 1,
515 { .fc_id = 487, .cpu_id = 336, .valid = 1,
520 { .fc_id = 491, .cpu_id = 340, .valid = 1,
525 { .fc_id = 495, .cpu_id = 344, .valid = 1,
530 { .fc_id = 499, .cpu_id = 348, .valid = 1,
679 { .fc_id = 647, .cpu_id = 496, .valid = 1,
[all …]
/linux/drivers/accel/habanalabs/include/gaudi2/
H A 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/drivers/scsi/elx/libefc/
H A 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()
200 nport->display_name, fc_id); in efc_nport_attach()
296 xa_erase(&domain->lookup, nport->fc_id); in __efc_nport_common()
359 if (nport->fc_id != U32_MAX) { in __efc_nport_vport_init()
361 nport->fc_id); in __efc_nport_vport_init()
413 if (nport->fc_id == U32_MAX) { in __efc_nport_vport_wait_alloc()
427 efc_nport_attach(nport, nport->fc_id); in __efc_nport_vport_wait_alloc()
736 u32 fc_id, bool enable_ini, in efc_vport_create_spec() argument
[all …]
H A 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()
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()
674 u32 fc_id; in __efc_domain_ready() local
676 fc_id = *((u32 *)arg); in __efc_domain_ready()
[all …]
H A 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);
H A 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()
H A 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);
H A Defc_nport.h19 u32 fc_id, bool enable_ini, bool enable_tgt);
23 efc_nport_attach(struct efc_nport *nport, u32 fc_id);
H A 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()
1056 els->io.d_id = node->rnode.fc_id; in efc_send_ct_rsp()
[all …]
H A 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()
H A 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()
H A 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/include/linux/
H A Dnvme-fc.h48 __u8 fc_id; member
88 __u8 fc_id; member
106 __u8 fc_id; member
/linux/drivers/scsi/libfc/
H A 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()
188 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() argument
724 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() argument
730 switch (fc_id) { in fc_ct_fill()
732 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill()
737 rc = fc_ct_ns_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill()
/linux/drivers/scsi/bfa/
H A Dbfad_im.h129 u32 fc_id; member
H A 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/drivers/scsi/elx/efct/
H A 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()
H A 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()
H A Defct_xport.c687 fc_host_port_id(shost) = nport->fc_id; in efct_get_host_port_id()
/linux/drivers/scsi/elx/libefc_sli/
H A 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()
H A 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/drivers/scsi/fnic/
H A Dfnic_scsi.c230 int fnic_flogi_reg_handler(struct fnic *fnic, u32 fc_id) in fnic_flogi_reg_handler() argument
259 fc_id, gw_mac, in fnic_flogi_reg_handler()
264 fc_id, fnic->data_src_addr, gw_mac); in fnic_flogi_reg_handler()
267 format, fc_id, gw_mac); in fnic_flogi_reg_handler()
270 fc_id, fnic->ctlr.map_dest, gw_mac); in fnic_flogi_reg_handler()
/linux/drivers/nvme/target/
H A Dfc.c2675 (cmdiu->fc_id != NVME_CMD_FC_ID) || in nvmet_fc_rcv_fcp_req()
/linux/drivers/nvme/host/
H A Dfc.c2109 cmdiu->fc_id = NVME_CMD_FC_ID; in __nvme_fc_init_request()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c1873 gaudi_irq_map_table[i].fc_id; in gaudi_sw_init()

12