Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/plip/
H A Dplip.c344 #define HS_TIMEOUT 3 macro
401 * with ERROR or HS_TIMEOUT) we have IRQ enabled. Otherwise it's in plip_bh_timeout_error()
405 * that is). So we have to treat HS_TIMEOUT and ERROR from send in plip_bh_timeout_error()
414 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) || in plip_bh_timeout_error()
424 error = HS_TIMEOUT; in plip_bh_timeout_error()
456 if (error == HS_TIMEOUT) { in plip_bh_timeout_error()
767 return HS_TIMEOUT; in plip_send_packet()
808 return HS_TIMEOUT; in plip_send_packet()
/kernel/linux/linux-6.6/drivers/net/plip/
H A Dplip.c350 #define HS_TIMEOUT 3 macro
407 * with ERROR or HS_TIMEOUT) we have IRQ enabled. Otherwise it's in plip_bh_timeout_error()
411 * that is). So we have to treat HS_TIMEOUT and ERROR from send in plip_bh_timeout_error()
420 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) || in plip_bh_timeout_error()
430 error = HS_TIMEOUT; in plip_bh_timeout_error()
462 if (error == HS_TIMEOUT) { in plip_bh_timeout_error()
774 return HS_TIMEOUT; in plip_send_packet()
815 return HS_TIMEOUT; in plip_send_packet()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c1023 #define HS_TIMEOUT (8|HS_DONEMASK) /* Software timeout */ macro
4984 || (cp->host_status == HS_TIMEOUT)) { in ncr_complete()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1025 #define HS_TIMEOUT (8|HS_DONEMASK) /* Software timeout */ macro
4839 || (cp->host_status == HS_TIMEOUT)) { in ncr_complete()

Completed in 25 milliseconds