[go: nahoru, domu]

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

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1416 * negotiation and the nego_status field of the CCB.
1462 cp->nego_status = nego;
3119 * cp->nego_status is filled by sym_prepare_nego().
3121 cp->nego_status = 0;
3163 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
4046 if (cp->nego_status && cp->nego_status != NS_SYNC)
4058 cp->nego_status = NS_SYNC;
4183 if (cp->nego_status && cp->nego_status !
[all...]
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 87 milliseconds