Searched refs:mac_req (Results 1 – 3 of 3) sorted by relevance
429 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_sre_macaddr_change() local439 mac_req = (struct qlcnic_mac_req *)&req.words[0]; in qlcnic_82xx_sre_macaddr_change()440 mac_req->op = op; in qlcnic_82xx_sre_macaddr_change()441 memcpy(mac_req->mac_addr, addr, 6); in qlcnic_82xx_sre_macaddr_change()
247 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_change_filter() local263 mac_req = (struct qlcnic_mac_req *)&(req->words[0]); in qlcnic_82xx_change_filter()264 mac_req->op = vlan_id ? QLCNIC_MAC_VLAN_ADD : QLCNIC_MAC_ADD; in qlcnic_82xx_change_filter()265 memcpy(mac_req->mac_addr, &uaddr, ETH_ALEN); in qlcnic_82xx_change_filter()
640 nx_mac_req_t *mac_req; in nx_p3_sre_macaddr_change() local649 mac_req = (nx_mac_req_t *)&req.words[0]; in nx_p3_sre_macaddr_change()650 mac_req->op = op; in nx_p3_sre_macaddr_change()651 memcpy(mac_req->mac_addr, addr, 6); in nx_p3_sre_macaddr_change()