Lines Matching refs:jump_tables

6357 	adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]),  in ixgbe_sw_init()
6359 if (!adapter->jump_tables[0]) in ixgbe_sw_init()
6361 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields; in ixgbe_sw_init()
6364 adapter->jump_tables[i] = NULL; in ixgbe_sw_init()
9330 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9340 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32()
9359 adapter->jump_tables[i] = NULL; in ixgbe_delete_clsu32()
9599 field_ptr = (adapter->jump_tables[0])->mat; in ixgbe_configure_clsu32()
9603 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9605 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9631 if (adapter->jump_tables[link_uhtid] && in ixgbe_configure_clsu32()
9632 (adapter->jump_tables[link_uhtid])->link_hdl) { in ixgbe_configure_clsu32()
9666 adapter->jump_tables[link_uhtid] = jump; in ixgbe_configure_clsu32()
9686 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9687 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9688 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9690 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9691 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9698 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32()
9740 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9741 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
11243 kfree(adapter->jump_tables[0]); in ixgbe_probe()
11326 if (adapter->jump_tables[i]) { in ixgbe_remove()
11327 kfree(adapter->jump_tables[i]->input); in ixgbe_remove()
11328 kfree(adapter->jump_tables[i]->mask); in ixgbe_remove()
11330 kfree(adapter->jump_tables[i]); in ixgbe_remove()