Lines Matching refs:exact
1541 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt()
1543 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt()
1545 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt()
1559 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1572 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1626 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) ? in t4vf_free_mac_filt()
1627 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt()
1629 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt()
1643 for (i = 0, p = cmd.u.exact; i < (int)fw_naddr; i++, p++) { in t4vf_free_mac_filt()
1655 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_free_mac_filt()
1695 struct fw_vi_mac_exact *p = &cmd.u.exact[0]; in t4vf_change_mac()
1697 u.exact[1]), 16); in t4vf_change_mac()
1719 p = &rpl.u.exact[0]; in t4vf_change_mac()
1742 u.exact[0]), 16); in t4vf_set_addr_hash()