Lines Matching refs:jump_tables
6374 adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]), in ixgbe_sw_init()
6376 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6378 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6381 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9337 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9347 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9366 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
9606 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
9610 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9612 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9638 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
9639 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
9673 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
9693 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9694 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9695 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9697 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9698 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9705 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
9747 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9748 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
11281 kfree(adapter->jump_tables[0]); in ixgbe_probe()
11364 if (adapter->jump_tables[i]) { in ixgbe_remove()
11365 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
11366 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
11368 kfree(adapter->jump_tables[i]); in ixgbe_remove()