Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h120 FIP_FL_FPMA = 0x8000, /* supports FPMA fabric-provided MACs */ enumerator
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c405 sol->fip.fip_flags = htons(FIP_FL_FPMA); in fcoe_ctlr_solicit()
565 kal->fip.fip_flags = htons(FIP_FL_FPMA); in fcoe_ctlr_send_keep_alive()
634 fip_flags &= fip->spma ? FIP_FL_SPMA | FIP_FL_FPMA : in fcoe_ctlr_encaps()
635 FIP_FL_FPMA; in fcoe_ctlr_encaps()