Lines Matching refs:jump_tables

6195 	adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]),  in ixgbe_sw_init()
6197 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6199 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6202 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9038 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9048 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9067 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
9301 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
9305 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9307 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9333 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
9334 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
9368 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
9384 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9385 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9386 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9388 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9389 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9396 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
9436 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9437 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
10861 kfree(adapter->jump_tables[0]); in ixgbe_probe()
10941 if (adapter->jump_tables[i]) { in ixgbe_remove()
10942 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
10943 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
10945 kfree(adapter->jump_tables[i]); in ixgbe_remove()