Searched refs:fc4_type (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/scsi/bfa/
H A Dbfa_fcbuild.h172 u16 ox_id, u8 fc4_type, u8 fc4_ftrs);
237 u8 fc4_type);
265 void fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask);
H A Dbfa_fcbuild.c1076 rftid->fc4_type[index] = cpu_to_be32(type_value);
1095 memcpy((void *)rftid->fc4_type, (void *)fc4_bitmap,
1103 u8 fc4_type, u8 fc4_ftrs)
1116 rffid->fc4_type = fc4_type;
1165 fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type) argument
1177 gidft->fc4_type = fc4_type;
1294 fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask) argument
1304 index = fc4_type >>
1102 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, u8 fc4_type, u8 fc4_ftrs) argument
[all...]
H A Dbfa_fc.h1297 __be32 fc4_type[8]; /* fc4 types */ member in struct:fcgs_rftid_req_s
1311 u32 fc4_type:8; /* corresponding FC4 Type */ member in struct:fcgs_rffid_req_s
1321 u8 fc4_type; /* FC_TYPE_FCP for SCSI devices */ member in struct:fcgs_gidft_req_s
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c251 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ?
731 ct_req->req.rff_id.fc4_type = fc4type; /* SCSI-FCP or FC-NVMe */
2741 list[i].fc4_type = 0;
2782 list[i].fc4_type = FS_FC4TYPE_FCP;
2791 list[i].fc4_type |= FS_FC4TYPE_NVME;
3009 fcport->fc4_type = FS_FC4TYPE_FCP;
3015 fcport->fc4_type |= FS_FC4TYPE_NVME;
3264 fcport->fc4_type = rp->fc4type;
3411 e->u.gpnft.fc4_type = FC4_TYPE_NVME;
3429 u8 fc4_type local
3519 u8 fc4_type = sp->gen2; local
3614 qla24xx_async_gnnft(scsi_qla_host_t *vha, struct srb *sp, u8 fc4_type) argument
3720 qla24xx_async_gpnft(scsi_qla_host_t *vha, u8 fc4_type, srb_t *sp) argument
[all...]
H A Dqla_def.h2474 uint8_t fc4_type; member in struct:__anon178
2650 uint8_t fc4_type; member in struct:fc_port
3100 uint8_t fc4_type; member in struct:ct_sns_req::__anon185::__anon190
3588 u8 fc4_type; member in struct:qla_work_evt::__anon221::__anon228
3600 u8 fc4_type; member in struct:qla_work_evt::__anon221::__anon231
5464 (fcport->fc4_type & FS_FC4TYPE_NVME) \
5467 (fcport->fc4_type & FS_FC4TYPE_FCP) \
H A Dqla_init.c795 fcport->fc4_type &= ~FS_FC4TYPE_FCP;
796 fcport->fc4_type |= FS_FC4TYPE_NVME;
798 fcport->fc4_type |= FS_FC4TYPE_FCP;
799 fcport->fc4_type &= ~FS_FC4TYPE_NVME;
803 "%s found %8phC CLS [%x|%x] fc4_type %d ID[%06x|%06x] lid[%d|%d]\n",
806 fcport->fc4_type, id.b24, fcport->d_id.b24,
1340 fcport->login_retry, fcport->fc4_type, vha->hw->fc4_type_priority,
1547 "%s %8phC DS %d LS %x fc4_type %x rc %x\n", __func__,
1549 fcport->fc4_type, ea->rc);
1676 fcport->fc4_type);
1826 qla24xx_post_newsess_work(struct scsi_qla_host *vha, port_id_t *id, u8 *port_name, u8 *node_name, void *pla, u8 fc4_type) argument
[all...]
H A Dqla_os.c5342 fcport->fc4_type = e->u.new_sess.fc4_type;
5348 if (e->u.new_sess.fc4_type & FS_FCP_IS_N2N) {
5351 fcport->fc4_type = FS_FC4TYPE_FCP;
5354 fcport->fc4_type |= FS_FC4TYPE_NVME;
5459 fcport->fc4_type =
5567 qla24xx_async_gpnft(vha, e->u.gpnft.fc4_type,
H A Dqla_mbx.c4069 fcport->fc4_type = FS_FC4TYPE_FCP;
4071 fcport->fc4_type |= FS_FC4TYPE_NVME;
H A Dqla_target.c1311 "Scheduling sess %p for deletion %8phC fc4_type %x\n",
1312 sess, sess->port_name, sess->fc4_type);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c303 uint8_t *fc4_type; local
339 fc4_type = &buf[0];
340 memset(fc4_type, 0, FC_FDMI_PORT_ATTR_FC4TYPES_LEN);
341 fc4_type[2] = 1;
342 fc4_type[7] = 1;
344 fc4_type, FC_FDMI_PORT_ATTR_FC4TYPES_LEN);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c715 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) argument
730 if (fc4_type == FC_TYPE_FCP)
733 if (fc4_type == FC_TYPE_NVME)
778 if (fc4_type == FC_TYPE_FCP)
780 if (fc4_type == FC_TYPE_NVME)
803 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) argument
815 str, Did, fc4_type,
816 (fc4_type == FC_TYPE_FCP) ? "FCP" : " ",
817 (fc4_type == FC_TYPE_NVME) ? "NVME" : " ");
827 lpfc_prep_node_fc4type(vport, Did, fc4_type);
846 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type, uint32_t Size) argument
[all...]

Completed in 304 milliseconds