Searched refs:RDMA_COUNTER_MODE_AUTO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | counters.c | 17 if ((new_mode == RDMA_COUNTER_MODE_AUTO) && in __counter_set_mode() 47 RDMA_COUNTER_MODE_AUTO, mask); in rdma_counter_set_auto_mode() 49 if (port_counter->mode.mode != RDMA_COUNTER_MODE_AUTO) { in rdma_counter_set_auto_mode() 141 counter->mode.mode = RDMA_COUNTER_MODE_AUTO; in auto_mode_init_counter() 285 if (port_counter->mode.mode != RDMA_COUNTER_MODE_AUTO) in rdma_counter_bind_qp_auto() 296 counter = rdma_counter_alloc(dev, port, RDMA_COUNTER_MODE_AUTO); in rdma_counter_bind_qp_auto() 460 if (port_counter->mode.mode == RDMA_COUNTER_MODE_AUTO) in rdma_counter_bind_qpn() 511 if (port_counter->mode.mode == RDMA_COUNTER_MODE_AUTO) in rdma_counter_bind_qpn_alloc()
|
H A D | nldev.c | 714 if (m->mode == RDMA_COUNTER_MODE_AUTO) { in fill_stat_counter_mode() 1769 if (mode == RDMA_COUNTER_MODE_AUTO) { in nldev_stat_set_doit() 2024 if ((mode == RDMA_COUNTER_MODE_AUTO) && in stat_get_doit_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | counters.c | 17 if (new_mode == RDMA_COUNTER_MODE_AUTO) { in __counter_set_mode() 56 mode = RDMA_COUNTER_MODE_AUTO; in rdma_counter_set_auto_mode() 84 counter->mode.mode = RDMA_COUNTER_MODE_AUTO; in auto_mode_init_counter() 175 case RDMA_COUNTER_MODE_AUTO: in alloc_and_bind() 337 if (port_counter->mode.mode != RDMA_COUNTER_MODE_AUTO) in rdma_counter_bind_qp_auto() 348 counter = alloc_and_bind(dev, port, qp, RDMA_COUNTER_MODE_AUTO); in rdma_counter_bind_qp_auto() 493 if (port_counter->mode.mode == RDMA_COUNTER_MODE_AUTO) in rdma_counter_bind_qpn() 549 if (port_counter->mode.mode == RDMA_COUNTER_MODE_AUTO) in rdma_counter_bind_qpn_alloc()
|
H A D | nldev.c | 854 if (m->mode == RDMA_COUNTER_MODE_AUTO) { in fill_stat_counter_mode() 1936 if (mode == RDMA_COUNTER_MODE_AUTO) { in nldev_stat_set_mode_doit() 2304 if ((mode == RDMA_COUNTER_MODE_AUTO) && in stat_get_doit_qp()
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | rdma_netlink.h | 552 RDMA_COUNTER_MODE_AUTO, enumerator
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | rdma_netlink.h | 573 RDMA_COUNTER_MODE_AUTO, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | rdma_netlink.h | 308 RDMA_COUNTER_MODE_AUTO, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | rdma_netlink.h | 308 RDMA_COUNTER_MODE_AUTO, enumerator
|
Completed in 11 milliseconds