Lines Matching refs:jump_tables

6310 	adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]),  in ixgbe_sw_init()
6312 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6314 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6317 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9181 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9191 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9210 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
9450 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
9454 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9456 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9482 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
9483 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
9517 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
9537 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9538 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9539 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9541 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9542 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9549 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
9589 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9590 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
11069 kfree(adapter->jump_tables[0]); in ixgbe_probe()
11152 if (adapter->jump_tables[i]) { in ixgbe_remove()
11153 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
11154 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
11156 kfree(adapter->jump_tables[i]); in ixgbe_remove()