Searched refs:mac_req (Results 1 – 5 of 5) sorted by relevance
440 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_sre_macaddr_change() local450 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()
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()
477 struct virtio_crypto_mac_data_req mac_req; member
605 nx_mac_req_t *mac_req; in nx_p3_sre_macaddr_change() local614 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()