Searched refs:FIP_DT_FLOGI (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/fc/ |
H A D | fc_fip.h | 145 FIP_DT_FLOGI = 7, /* FLOGI request or response */ enumerator
|
/kernel/linux/linux-6.6/include/scsi/fc/ |
H A D | fc_fip.h | 145 FIP_DT_FLOGI = 7, /* FLOGI request or response */ enumerator
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps() 732 op = FIP_DT_FLOGI; in fcoe_ctlr_els_send() 983 case FIP_DT_FLOGI: in fcoe_ctlr_parse_adv() 1210 case FIP_DT_FLOGI: in fcoe_ctlr_recv_els() 1249 if ((els_dtype == FIP_DT_FLOGI || els_dtype == FIP_DT_FDISC) && in fcoe_ctlr_recv_els() 1262 if (els_dtype == FIP_DT_FLOGI) in fcoe_ctlr_recv_els() 1265 } else if (els_dtype == FIP_DT_FLOGI && in fcoe_ctlr_recv_els() 1695 error = fcoe_ctlr_encaps(fip, fip->lp, FIP_DT_FLOGI, skb, in fcoe_ctlr_flogi_send_locked()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 659 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()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 342 if (desc->fip_dtype == FIP_DT_FLOGI) { in is_fnic_fip_flogi_reject()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 332 if (desc->fip_dtype == FIP_DT_FLOGI) { in is_fnic_fip_flogi_reject()
|
Completed in 12 milliseconds