Home
last modified time | relevance | path

Searched refs:max_queue_size (Results 1 – 4 of 4) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_iptfs.c116 u32 max_queue_size; /* octets */ member
1778 if (newsz > xtfs->cfg.max_queue_size) in iptfs_enqueue()
2533 xc->max_queue_size = IPTFS_DEFAULT_MAX_QUEUE_SIZE; in iptfs_user_init()
2565 xc->max_queue_size = nla_get_u32(attrs[XFRMA_IPTFS_MAX_QSIZE]); in iptfs_user_init()
2574 q = (u64)xc->max_queue_size * 95; in iptfs_user_init()
2594 l += nla_total_size(sizeof(xc->max_queue_size)); in iptfs_sa_len()
2630 ret = nla_put_u32(skb, XFRMA_IPTFS_MAX_QSIZE, xc->max_queue_size); in iptfs_copy_to_user()
/linux/drivers/nvme/target/
H A Dcore.c366 if (port->max_queue_size < 0) in nvmet_enable_port()
367 port->max_queue_size = NVMET_MAX_QUEUE_SIZE; in nvmet_enable_port()
369 port->max_queue_size = clamp_t(int, port->max_queue_size, in nvmet_enable_port()
1464 ctrl->port->max_queue_size) - 1; in nvmet_init_cap()
1466 ctrl->cap |= ctrl->port->max_queue_size - 1; in nvmet_init_cap()
H A Dconfigfs.c283 return snprintf(page, PAGE_SIZE, "%d\n", port->max_queue_size); in nvmet_param_max_queue_size_show()
294 ret = kstrtoint(page, 0, &port->max_queue_size); in nvmet_param_max_queue_size_store()
2076 port->max_queue_size = -1; /* < 0 == let the transport choose */ in nvmet_ports_make()
H A Dnvmet.h218 int max_queue_size; member