Searched refs:FIP_ALL_P2P_MACS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/fc/ |
H A D | fc_fip.h | 40 #define FIP_ALL_P2P_MACS ((__u8[6]) { 1, 0x10, 0x18, 1, 0, 5 }) macro
|
/kernel/linux/linux-6.6/include/scsi/fc/ |
H A D | fc_fip.h | 40 #define FIP_ALL_P2P_MACS ((__u8[6]) { 1, 0x10, 0x18, 1, 0, 5 }) macro
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 345 dev_mc_add(netdev, FIP_ALL_P2P_MACS); in fcoe_interface_setup() 467 dev_mc_del(netdev, FIP_ALL_P2P_MACS); in fcoe_interface_remove() 2047 dev_mc_add(fcoe->netdev, FIP_ALL_P2P_MACS); in fcoe_ctlr_mode() 2050 dev_mc_del(fcoe->netdev, FIP_ALL_P2P_MACS); in fcoe_ctlr_mode()
|
H A D | fcoe_ctlr.c | 55 static u8 fcoe_all_p2p[ETH_ALEN] = FIP_ALL_P2P_MACS;
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 345 dev_mc_add(netdev, FIP_ALL_P2P_MACS); in fcoe_interface_setup() 466 dev_mc_del(netdev, FIP_ALL_P2P_MACS); in fcoe_interface_remove() 2033 dev_mc_add(fcoe->netdev, FIP_ALL_P2P_MACS); in fcoe_ctlr_mode() 2036 dev_mc_del(fcoe->netdev, FIP_ALL_P2P_MACS); in fcoe_ctlr_mode()
|
H A D | fcoe_ctlr.c | 55 static u8 fcoe_all_p2p[ETH_ALEN] = FIP_ALL_P2P_MACS;
|
Completed in 14 milliseconds