Home
last modified time | relevance | path

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

/Linux-v6.6/include/scsi/fc/
Dfc_fip.h120 FIP_FL_FPMA = 0x8000, /* supports FPMA fabric-provided MACs */ enumerator
/Linux-v6.6/drivers/scsi/fcoe/
Dfcoe_ctlr.c406 sol->fip.fip_flags = htons(FIP_FL_FPMA); in fcoe_ctlr_solicit()
566 kal->fip.fip_flags = htons(FIP_FL_FPMA); in fcoe_ctlr_send_keep_alive()
635 fip_flags &= fip->spma ? FIP_FL_SPMA | FIP_FL_FPMA : in fcoe_ctlr_encaps()
636 FIP_FL_FPMA; in fcoe_ctlr_encaps()