Lines Matching refs:set
341 * pointer will be set to 0.
658 * pointer will be set to 0.
925 /* a dev_loss_tmo of 0 (immediate) is allowed to be set */
1626 /* Be preventative. handlers will later set to valid length */
1833 nvme_fc_exit_request(struct blk_mq_tag_set *set, struct request *rq,
1838 return __nvme_fc_exit_request(to_fc_ctrl(set->driver_data), op);
1913 * NULL if the user/libvirt has not set the appid to VM
1944 * allocates a single tag set for all io queues and sizes
1965 * fabricate a CQE, the following fields will not be set as they
2141 nvme_fc_init_request(struct blk_mq_tag_set *set, struct request *rq,
2144 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data);
2146 int queue_idx = (set == &ctrl->tag_set) ? hctx_idx + 1 : 0;
2709 * validate per fabric rules, set fields mandated by fabric spec
2860 static void nvme_fc_map_queues(struct blk_mq_tag_set *set)
2862 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data);
2865 for (i = 0; i < set->nr_maps; i++) {
2866 struct blk_mq_queue_map *map = &set->map[i];
3530 * Would have been nice to init io queues tag set as well.