Lines Matching refs:jump_tables
6899 adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]), in ixgbe_sw_init()
6901 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6903 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6906 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9965 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9975 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9994 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
10234 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
10238 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
10240 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
10266 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
10267 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
10301 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
10321 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
10322 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
10323 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
10325 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
10326 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
10333 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
10375 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
10376 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
12028 kfree(adapter->jump_tables[0]); in ixgbe_probe()
12125 if (adapter->jump_tables[i]) { in ixgbe_remove()
12126 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
12127 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
12129 kfree(adapter->jump_tables[i]); in ixgbe_remove()