Home
last modified time | relevance | path

Searched refs:gs_type (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/s390/scsi/ !
Dzfcp_fc.c983 u8 gs_type; in zfcp_fc_job_wka_port() local
990 gs_type = (preamble_word1 & 0xff000000) >> 24; in zfcp_fc_job_wka_port()
995 switch (gs_type) { in zfcp_fc_job_wka_port()
/linux-5.19.10/drivers/scsi/bfa/ !
Dbfa_fcbuild.c918 cthdr->gs_type = CT_GSTYPE_DIRSERVICE; in fc_gs_cthdr_build()
928 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_fdmi_cthdr_build()
939 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_ms_cthdr_build()
Dbfa_fc.h1139 u32 gs_type:8; /* Generic service Type */ member
Dbfa_fcs_lport.c424 ct_hdr->gs_type = rx_cthdr->gs_type; in bfa_fcs_lport_send_fcgs_rjt()
/linux-5.19.10/drivers/scsi/qla2xxx/ !
Dqla_gs.c111 p->p.req.header.gs_type = 0xFC; in qla2x00_prep_ct_req()
1496 p->p.req.header.gs_type = 0xFA; in qla2x00_prep_ct_fdmi_req()
2595 p->p.req.header.gs_type = 0xFA; in qla24xx_prep_ct_fm_req()
Dqla_def.h2996 uint8_t gs_type; member