Home
last modified time | relevance | path

Searched refs:FIP_FL_FPMA (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/scsi/fc/
Dfc_fip.h132 FIP_FL_FPMA = 0x8000, /* supports FPMA fabric-provided MACs */ enumerator
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c416 sol->fip.fip_flags = htons(FIP_FL_FPMA); in fcoe_ctlr_solicit()
573 kal->fip.fip_flags = htons(FIP_FL_FPMA); in fcoe_ctlr_send_keep_alive()
641 fip_flags &= fip->spma ? FIP_FL_SPMA | FIP_FL_FPMA : in fcoe_ctlr_encaps()
642 FIP_FL_FPMA; in fcoe_ctlr_encaps()