Lines Matching defs:exact

7401 	 * TODO - After T4 data book is updated, specify the exact
8749 * @nexact: the maximum number of exact MPS filters
9060 * t4_alloc_mac_filt - allocates exact-match filters for MAC addresses
9071 * Allocates an exact-match filter for each of the supplied addresses and
9076 * If @hash is not %NULL addresses that fail to allocate an exact filter
9095 unsigned int fw_naddr = (rem < ARRAY_SIZE(c.u.exact)
9097 : ARRAY_SIZE(c.u.exact));
9099 u.exact[fw_naddr]), 16);
9112 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) {
9128 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) {
9170 u32 exact;
9178 exact = V_FW_VI_MAC_CMD_ENTRY_TYPE(FW_VI_MAC_TYPE_EXACTMAC);
9180 exact |
9182 p = c.u.exact;
9242 * t4_free_mac_filt - frees exact-match filters of given MAC addresses
9250 * Frees the exact-match filter for each of the supplied addresses
9268 unsigned int fw_naddr = (rem < ARRAY_SIZE(c.u.exact)
9270 : ARRAY_SIZE(c.u.exact));
9272 u.exact[fw_naddr]), 16);
9286 for (i = 0, p = c.u.exact; i < (int)fw_naddr; i++, p++) {
9297 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) {
9315 * t4_change_mac - modifies the exact-match filter for a MAC address
9324 * Modifies an exact-match filter and sets it to the new MAC address if
9341 struct fw_vi_mac_exact *p = c.u.exact;
12583 * t4_del_mac - Removes the exact-match filter for a MAC address
12590 * Modifies an exact-match filter and sets it to the new MAC address if
12602 struct fw_vi_mac_exact *p = c.u.exact;
12629 * t4_add_mac - Adds an exact-match filter for a MAC address
12639 * Modifies an exact-match filter and sets it to the new MAC address if
12651 struct fw_vi_mac_exact *p = c.u.exact;