Searched refs:FIP_ALL_ENODE_MACS (Results 1 – 5 of 5) sorted by relevance
/linux/include/scsi/fc/ |
H A D | fc_fip.h | 37 #define FIP_ALL_ENODE_MACS ((__u8[6]) { 1, 0x10, 0x18, 1, 0, 1 }) macro
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_fip.c | 165 static u8 fcoe_all_enode[ETH_ALEN] = FIP_ALL_ENODE_MACS;
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 347 dev_mc_add(netdev, FIP_ALL_ENODE_MACS); in fcoe_interface_setup() 468 dev_mc_del(netdev, FIP_ALL_ENODE_MACS); in fcoe_interface_remove() 2031 dev_mc_del(fcoe->netdev, FIP_ALL_ENODE_MACS); in fcoe_ctlr_mode() 2037 dev_mc_add(fcoe->netdev, FIP_ALL_ENODE_MACS); in fcoe_ctlr_mode()
|
H A D | fcoe_ctlr.c | 53 static u8 fcoe_all_enode[ETH_ALEN] = FIP_ALL_ENODE_MACS;
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_main.c | 825 vnic_dev_add_addr(fnic->vdev, FIP_ALL_ENODE_MACS); in fnic_probe()
|