Searched defs:nego_status (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h296 * nego_status field of struct sym_ccb.
755 u_char nego_status; /* Negotiation status */ member in struct:sym_ccb
/drivers/scsi/
H A Dncr53c8xx.c1098 ** nego_status field of struct ccb.
1463 #define nego_status phys.nego_st macro
4052 ** negotiation and the nego_status field of the CCB.
4095 cp->nego_status = nego;
4268 ** (nego_status is filled by ncr_prepare_nego())
4273 cp->nego_status = 0;
4382 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
6849 "status=%x.\n", num, cp->nego_status);
6856 switch (cp->nego_status) {
6872 cp->nego_status
[all...]

Completed in 1379 milliseconds