Home
last modified time | relevance | path

Searched refs:mac_req (Results 1 – 4 of 4) sorted by last modified time

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c440 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_sre_macaddr_change() local
450 mac_req = (struct qlcnic_mac_req *)&req.words[0]; in qlcnic_82xx_sre_macaddr_change()
451 mac_req->op = op; in qlcnic_82xx_sre_macaddr_change()
452 memcpy(mac_req->mac_addr, addr, ETH_ALEN); in qlcnic_82xx_sre_macaddr_change()
H A Dqlcnic_io.c275 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_change_filter() local
290 mac_req = (struct qlcnic_mac_req *)&(req->words[0]); in qlcnic_82xx_change_filter()
291 mac_req->op = vlan_id ? QLCNIC_MAC_VLAN_ADD : QLCNIC_MAC_ADD; in qlcnic_82xx_change_filter()
292 memcpy(mac_req->mac_addr, uaddr, ETH_ALEN); in qlcnic_82xx_change_filter()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c605 nx_mac_req_t *mac_req; in nx_p3_sre_macaddr_change() local
614 mac_req = (nx_mac_req_t *)&req.words[0]; in nx_p3_sre_macaddr_change()
615 mac_req->op = op; in nx_p3_sre_macaddr_change()
616 memcpy(mac_req->mac_addr, addr, ETH_ALEN); in nx_p3_sre_macaddr_change()
/linux/include/uapi/linux/
H A Dvirtio_crypto.h477 struct virtio_crypto_mac_data_req mac_req; member