Searched refs:mac_req (Results 1 – 3 of 3) sorted by relevance
448 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_sre_macaddr_change() local458 mac_req = (struct qlcnic_mac_req *)&req.words[0]; in qlcnic_82xx_sre_macaddr_change()459 mac_req->op = op; in qlcnic_82xx_sre_macaddr_change()460 memcpy(mac_req->mac_addr, addr, ETH_ALEN); in qlcnic_82xx_sre_macaddr_change()
276 struct qlcnic_mac_req *mac_req; in qlcnic_82xx_change_filter() local292 mac_req = (struct qlcnic_mac_req *)&(req->words[0]); in qlcnic_82xx_change_filter()293 mac_req->op = vlan_id ? QLCNIC_MAC_VLAN_ADD : QLCNIC_MAC_ADD; in qlcnic_82xx_change_filter()294 memcpy(mac_req->mac_addr, uaddr, ETH_ALEN); in qlcnic_82xx_change_filter()
638 nx_mac_req_t *mac_req; in nx_p3_sre_macaddr_change() local647 mac_req = (nx_mac_req_t *)&req.words[0]; in nx_p3_sre_macaddr_change()648 mac_req->op = op; in nx_p3_sre_macaddr_change()649 memcpy(mac_req->mac_addr, addr, ETH_ALEN); in nx_p3_sre_macaddr_change()