Searched refs:mac_req (Results 1 – 4 of 4) sorted by relevance
400 struct virtio_crypto_mac_data_req mac_req; member
441 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_sre_macaddr_change() local451 mac_req = (struct qlcnic_mac_req *)&req.words[0]; in qlcnic_82xx_sre_macaddr_change()452 mac_req->op = op; in qlcnic_82xx_sre_macaddr_change()453 memcpy(mac_req->mac_addr, addr, ETH_ALEN); in qlcnic_82xx_sre_macaddr_change()
275 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_change_filter() local290 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()
621 nx_mac_req_t *mac_req; in nx_p3_sre_macaddr_change() local630 mac_req = (nx_mac_req_t *)&req.words[0]; in nx_p3_sre_macaddr_change()631 mac_req->op = op; in nx_p3_sre_macaddr_change()632 memcpy(mac_req->mac_addr, addr, ETH_ALEN); in nx_p3_sre_macaddr_change()