Searched refs:twl_fill_sense (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 3w-sas.c | 860 static int twl_fill_sense(TW_Device_Extension *tw_dev, int i, int request_id, int copy_sense, int print_host) in twl_fill_sense() function 899 } /* End twl_fill_sense() */ in twl_fill_sense() 1171 error = twl_fill_sense(tw_dev, i, request_id, 1, 1); in twl_interrupt() 1175 error = twl_fill_sense(tw_dev, i, request_id, 0, 1); in twl_interrupt()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-sas.c | 859 static int twl_fill_sense(TW_Device_Extension *tw_dev, int i, int request_id, int copy_sense, int print_host) in twl_fill_sense() function 897 } /* End twl_fill_sense() */ in twl_fill_sense() 1169 error = twl_fill_sense(tw_dev, i, request_id, 1, 1); in twl_interrupt() 1173 error = twl_fill_sense(tw_dev, i, request_id, 0, 1); in twl_interrupt()
|
Completed in 5 milliseconds