Searched refs:numa_node (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/ena-com/ |
H A D | ena_eth_com.h | 205 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 D | ena_com.h | 448 int numa_node; member
|
H A D | ena_com.c | 386 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 D | mlx4_icm.c | 141 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 D | mlx4_main.c | 3234 dev->numa_node = dev_to_node(&pdev->dev); in mlx4_load_one()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_main.c | 734 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 D | mlx5fpga_conn.c | 441 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 D | ena.c | 1603 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 D | driver.h | 618 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 D | en.h | 362 int numa_node; member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ddump.c | 651 ocs_ddump_value(textbuf, "numa_node", "%d", ocs->ocs_os.numa_node); in ocs_ddump()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_type.h | 722 u16 numa_node; member
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 875 int numa_node; member
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zvol_os.c | 198 zso->tag_set.numa_node = NUMA_NO_NODE; in zvol_blk_mq_alloc_tag_set()
|