Lines Matching refs:jump_tables

6347 	adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]),  in ixgbe_sw_init()
6349 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6351 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6354 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9310 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9320 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9339 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
9579 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
9583 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9585 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9611 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
9612 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
9646 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
9666 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9667 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9668 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9670 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9671 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9678 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
9720 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9721 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
11260 kfree(adapter->jump_tables[0]); in ixgbe_probe()
11343 if (adapter->jump_tables[i]) { in ixgbe_remove()
11344 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
11345 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
11347 kfree(adapter->jump_tables[i]); in ixgbe_remove()