Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/fnic/
H A Dfnic_fcs.c681 uint8_t *srcmac, uint8_t *dstmac) in fdls_send_fcoe_frame() argument
693 memcpy(pethhdr->h_source, srcmac, ETH_ALEN); in fdls_send_fcoe_frame()
733 uint8_t *dstmac, *srcmac; in fnic_send_fcoe_frame() local
740 srcmac = iport->fpma; in fnic_send_fcoe_frame()
743 srcmac = iport->hwmac; in fnic_send_fcoe_frame()
747 fdls_send_fcoe_frame(fnic, frame, frame_size, srcmac, dstmac); in fnic_send_fcoe_frame()
/linux-6.15/Documentation/networking/
H A Dpktgen.rst154 pgset "srcmac 00:00:00:00:00:00" sets MAC source address
162 The 'minimum' MAC is what you set with srcmac.
H A Dbonding.rst1015 vlan+srcmac
2927 Note that the vlan+srcmac hash policy does not support native XDP.