Home
last modified time | relevance | path

Searched refs:nego_status (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1403 * negotiation and the nego_status field of the CCB.
1449 cp->nego_status = nego;
3107 * cp->nego_status is filled by sym_prepare_nego().
3109 cp->nego_status = 0;
3151 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
4033 if (cp->nego_status && cp->nego_status != NS_SYNC)
4045 cp->nego_status = NS_SYNC;
4170 if (cp->nego_status && cp->nego_status !
[all...]
H A Dsym_hipd.h283 * nego_status field of struct sym_ccb.
742 u_char nego_status; /* Negotiation status */ member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1403 * negotiation and the nego_status field of the CCB.
1449 cp->nego_status = nego;
3107 * cp->nego_status is filled by sym_prepare_nego().
3109 cp->nego_status = 0;
3151 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
4033 if (cp->nego_status && cp->nego_status != NS_SYNC)
4045 cp->nego_status = NS_SYNC;
4170 if (cp->nego_status && cp->nego_status !
[all...]
H A Dsym_hipd.h283 * nego_status field of struct sym_ccb.
742 u_char nego_status; /* Negotiation status */ member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c1086 ** nego_status field of struct ccb.
1451 #define nego_status phys.nego_st macro
4043 ** negotiation and the nego_status field of the CCB.
4086 cp->nego_status = nego; in ncr_prepare_nego()
4259 ** (nego_status is filled by ncr_prepare_nego()) in ncr_queue_command()
4264 cp->nego_status = 0; in ncr_queue_command()
4373 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in ncr_queue_command()
6841 "status=%x.\n", num, cp->nego_status); in ncr_int_sir()
6848 switch (cp->nego_status) { in ncr_int_sir()
6864 cp->nego_status in ncr_int_sir()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1088 ** nego_status field of struct ccb.
1453 #define nego_status phys.nego_st macro
4015 ** negotiation and the nego_status field of the CCB.
4058 cp->nego_status = nego; in ncr_prepare_nego()
4231 ** (nego_status is filled by ncr_prepare_nego()) in ncr_queue_command()
4236 cp->nego_status = 0; in ncr_queue_command()
4345 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in ncr_queue_command()
6675 "status=%x.\n", num, cp->nego_status); in ncr_int_sir()
6682 switch (cp->nego_status) { in ncr_int_sir()
6698 cp->nego_status in ncr_int_sir()
[all...]

Completed in 50 milliseconds