Searched refs:tables (Results 176 - 200 of 201) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c396 * @table: Tunnel table (according to tables of @fm10k_udp_tunnels)
419 .tables = {
840 * tables
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c7 * view of some of the static configuration tables.
8 * Many times the field organization of the dynamic tables is abbreviated (not
81 * OP_VALID_ANYWAY: Reading some tables through the dynamic config
1397 priv->static_config.tables[BLK_IDX_L2_LOOKUP_PARAMS].entries;
/linux-master/security/apparmor/
H A Dpolicy_unpack.c1173 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) {
/linux-master/include/net/netfilter/
H A Dnf_tables.h1256 * @flowtables: flow tables in the table
1801 struct list_head tables; member in struct:nftables_pernet
/linux-master/arch/arm/mm/
H A Dproc-v7.S551 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c4292 * initialize HW tables.
4761 pf->hw.udp_tunnel_nic.tables[0].n_entries =
4763 pf->hw.udp_tunnel_nic.tables[0].tunnel_types =
4767 pf->hw.udp_tunnel_nic.tables[1].n_entries =
4769 pf->hw.udp_tunnel_nic.tables[1].tunnel_types =
7575 /* reload the SW DB of filter tables */
/linux-master/
H A DMakefile572 -Cforce-unwind-tables=n -Ccodegen-units=1 \
/linux-master/drivers/gpio/
H A Dgpiolib.c3942 * @tables: list of tables of consumers to register
3943 * @n: number of tables in the list
3945 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) argument
3952 list_add_tail(&tables[i]->list, &gpio_lookup_list);
4225 "using lookup tables for GPIO lookup\n");
/linux-master/tools/perf/
H A DMakefile.perf122 # Define NO_SYSCALL_TABLE=1 to disable the use of syscall id to/from name tables
1210 $(OUTPUT)util/intel-pt-decoder/inat-tables.c \
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5045 .tables = {
5053 .tables = {
9388 /* This ixgbe devices do not support hash tables at the moment
9389 * so abort when given hash tables.
9394 set_bit(uhtid - 1, &adapter->tables);
9406 clear_bit(uhtid - 1, &adapter->tables);
9633 if (!test_bit(link_uhtid - 1, &adapter->tables))
9704 /* Lookup in all child hash tables if this location is already
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1799 .tables = {
H A Dlio_main.c2716 .tables = {
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c949 .tables = {
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2400 .tables = {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5261 priv->nic_info.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN;
5263 priv->nic_info.tables[0].n_entries =
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h3028 struct rdc_table tables[NIU_NUM_RDC_TABLES]; member in struct:rx_pkt_hdr0::niu_rdc_tables
H A Dniu.c4732 struct rdc_table *tbl = &tp->tables[i];
8747 struct rdc_table *rt = &tp->tables[grp];
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c490 .tables = {
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c3986 .tables = {
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2673 .tables = {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4036 .tables = {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1830 * Allocate and initialize the TID tables. Returns 0 on success.
3830 .tables = {
6165 * - memory used for tables
6894 /* Configure queues and allocate tables now, they can be needed as
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c14653 .tables = {
14662 .tables = {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c15910 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS;
15911 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN |
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c10224 .tables = {

Completed in 980 milliseconds

123456789