Searched refs:submit_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_transport.c1933 u8 submit_type; local
1935 if (da->submit_type == TARGET_FABRIC_DEFAULT_SUBMIT)
1936 submit_type = tfo->default_submit_type;
1937 else if (da->submit_type == TARGET_DIRECT_SUBMIT &&
1939 submit_type = TARGET_DIRECT_SUBMIT;
1941 submit_type = TARGET_QUEUE_SUBMIT;
1943 if (submit_type == TARGET_DIRECT_SUBMIT)
H A Dtarget_core_device.c777 dev->dev_attrib.submit_type = TARGET_FABRIC_DEFAULT_SUBMIT;
H A Dtarget_core_configfs.c580 DEF_CONFIGFS_ATTRIB_SHOW(submit_type); variable
1265 da->submit_type = val;
1304 CONFIGFS_ATTR(, submit_type);
/linux-master/include/target/
H A Dtarget_core_base.h729 u8 submit_type; member in struct:se_dev_attrib

Completed in 141 milliseconds