Lines Matching refs:jump_tables
6349 adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]), in ixgbe_sw_init()
6351 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6353 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6356 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9314 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9324 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9343 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
9583 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
9587 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9589 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9615 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
9616 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
9650 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
9670 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9671 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9672 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9674 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9675 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9682 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
9724 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9725 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
11222 kfree(adapter->jump_tables[0]); in ixgbe_probe()
11305 if (adapter->jump_tables[i]) { in ixgbe_remove()
11306 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
11307 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
11309 kfree(adapter->jump_tables[i]); in ixgbe_remove()