Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c1792 struct fbnic_tlv_msg *mac_array; in fbnic_fw_xmit_rpc_macda_sync() local
1805 mac_array = fbnic_tlv_attr_nest_start(msg, in fbnic_fw_xmit_rpc_macda_sync()
1807 if (!mac_array) in fbnic_fw_xmit_rpc_macda_sync()
1828 err = fbnic_tlv_attr_put_value(mac_array, in fbnic_fw_xmit_rpc_macda_sync()
1840 mac_array = fbnic_tlv_attr_nest_start(msg, in fbnic_fw_xmit_rpc_macda_sync()
1842 if (!mac_array) in fbnic_fw_xmit_rpc_macda_sync()
1863 err = fbnic_tlv_attr_put_value(mac_array, in fbnic_fw_xmit_rpc_macda_sync()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2470 int be_cmd_set_mac_list(struct be_adapter *adapter, u8 *mac_array, u8 mac_count,
H A Dbe_cmds.c3824 int be_cmd_set_mac_list(struct be_adapter *adapter, u8 *mac_array, in be_cmd_set_mac_list() argument
3855 memcpy(req->mac, mac_array, ETH_ALEN * mac_count); in be_cmd_set_mac_list()