Home
last modified time | relevance | path

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

/linux/include/scsi/fc/
H A Dfc_fip.h39 #define FIP_ALL_VN2VN_MACS ((__u8[6]) { 1, 0x10, 0x18, 1, 0, 4 }) macro
/linux/drivers/scsi/fcoe/
H A Dfcoe.c344 dev_mc_add(netdev, FIP_ALL_VN2VN_MACS); in fcoe_interface_setup()
465 dev_mc_del(netdev, FIP_ALL_VN2VN_MACS); in fcoe_interface_remove()
2032 dev_mc_add(fcoe->netdev, FIP_ALL_VN2VN_MACS); in fcoe_ctlr_mode()
2035 dev_mc_del(fcoe->netdev, FIP_ALL_VN2VN_MACS); in fcoe_ctlr_mode()
H A Dfcoe_ctlr.c54 static u8 fcoe_all_vn2vn[ETH_ALEN] = FIP_ALL_VN2VN_MACS;