Home
last modified time | relevance | path

Searched refs:FIP_DT_FLOGI (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h145 FIP_DT_FLOGI = 7, /* FLOGI request or response */ enumerator
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps()
732 op = FIP_DT_FLOGI; in fcoe_ctlr_els_send()
981 case FIP_DT_FLOGI: in fcoe_ctlr_parse_adv()
1207 case FIP_DT_FLOGI: in fcoe_ctlr_recv_els()
1246 if ((els_dtype == FIP_DT_FLOGI || els_dtype == FIP_DT_FDISC) && in fcoe_ctlr_recv_els()
1259 if (els_dtype == FIP_DT_FLOGI) in fcoe_ctlr_recv_els()
1262 } else if (els_dtype == FIP_DT_FLOGI && in fcoe_ctlr_recv_els()
1687 error = fcoe_ctlr_encaps(fip, fip->lp, FIP_DT_FLOGI, skb, in fcoe_ctlr_flogi_send_locked()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c332 if (desc->fip_dtype == FIP_DT_FLOGI) { in is_fnic_fip_flogi_reject()