Home
last modified time | relevance | path

Searched refs:numa_node (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/ena-com/
H A Dena_eth_com.h205 u8 numa_node) in ena_com_update_numa_node() argument
212 numa_cfg.numa_cfg = (numa_node & ENA_ETH_IO_NUMA_NODE_CFG_REG_NUMA_MASK) in ena_com_update_numa_node()
H A Dena_com.h448 int numa_node; member
H A Dena_com.c386 ctx->numa_node, in ena_com_init_io_sq()
416 ctx->numa_node, in ena_com_init_io_sq()
474 ctx->numa_node, in ena_com_init_io_cq()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c141 dev->numa_node); in mlx4_alloc_icm()
159 dev->numa_node); in mlx4_alloc_icm()
184 dev->numa_node); in mlx4_alloc_icm()
H A Dmlx4_main.c3234 dev->numa_node = dev_to_node(&pdev->dev); in mlx4_load_one()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c734 eq = kzalloc_node(sizeof(*eq), GFP_KERNEL, dev->priv.numa_node); in alloc_comp_eqs()
796 dev_ctx = kzalloc_node(sizeof(*dev_ctx), GFP_KERNEL, priv->numa_node); in mlx5_add_device()
1415 int numa_node; in init_one() local
1424 numa_node = dev_to_node(&pdev->dev); in init_one()
1426 dev = kzalloc_node(sizeof(*dev), GFP_KERNEL, numa_node); in init_one()
1429 priv->numa_node = numa_node; in init_one()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c441 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
442 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
520 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
521 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
/freebsd/sys/dev/ena/
H A Dena.c1603 ctx.numa_node = adapter->que[i].domain; in ena_create_io_queues()
1623 if (ctx.numa_node >= 0) { in ena_create_io_queues()
1625 ctx.numa_node); in ena_create_io_queues()
1638 ctx.numa_node = adapter->que[i].domain; in ena_create_io_queues()
1659 if (ctx.numa_node >= 0) { in ena_create_io_queues()
1661 ctx.numa_node); in ena_create_io_queues()
/freebsd/sys/dev/mlx5/
H A Ddriver.h618 int numa_node; member
1127 return (linux_get_vm_domain_set(mdev->priv.numa_node)); in mlx5_dev_domainset()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h362 int numa_node; member
/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c651 ocs_ddump_value(textbuf, "numa_node", "%d", ocs->ocs_os.numa_node); in ocs_ddump()
/freebsd/sys/dev/ixl/
H A Di40e_type.h722 u16 numa_node; member
/freebsd/sys/dev/mlx4/
H A Ddevice.h875 int numa_node; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c198 zso->tag_set.numa_node = NUMA_NO_NODE; in zvol_blk_mq_alloc_tag_set()