Searched refs:is_fc (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | storvsc_drv.c | 842 static int storvsc_channel_init(struct hv_device *device, bool is_fc) in storvsc_channel_init() argument 943 if (!is_fc) in storvsc_channel_init() 1322 bool is_fc) in storvsc_connect_to_vsp() 1342 ret = storvsc_channel_init(device, is_fc); in storvsc_connect_to_vsp() 1930 bool is_fc = ((dev_id->driver_data == SFC_GUID) ? true : false); in storvsc_probe() local 1977 ret = storvsc_connect_to_vsp(device, aligned_ringbuffer_size, is_fc); in storvsc_probe() 2014 if (is_fc) in storvsc_probe() 1321 storvsc_connect_to_vsp(struct hv_device *device, u32 ring_size, bool is_fc) storvsc_connect_to_vsp() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | storvsc_drv.c | 855 static int storvsc_channel_init(struct hv_device *device, bool is_fc) in storvsc_channel_init() argument 963 if (!is_fc) in storvsc_channel_init() 1281 bool is_fc) in storvsc_connect_to_vsp() 1298 ret = storvsc_channel_init(device, is_fc); in storvsc_connect_to_vsp() 1901 bool is_fc = ((dev_id->driver_data == SFC_GUID) ? true : false); in storvsc_probe() local 1964 ret = storvsc_connect_to_vsp(device, storvsc_ringbuffer_size, is_fc); in storvsc_probe() 1280 storvsc_connect_to_vsp(struct hv_device *device, u32 ring_size, bool is_fc) storvsc_connect_to_vsp() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efclib.h | 197 * @is_fc: is FC 230 bool is_fc; member
|
Completed in 7 milliseconds