Searched defs:nvmf_association_params (Results 1 – 1 of 1) sorted by relevance
28 struct nvmf_association_params { struct29 bool sq_flow_control; /* SQ flow control required. */30 bool dynamic_controller_model; /* Controller only */31 uint16_t max_admin_qsize; /* Controller only */32 uint32_t max_io_qsize; /* Controller only, 0 for discovery */33 union {