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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1389 * negotiation and the nego_status field of the CCB.
1435 cp->nego_status = nego;
3066 * cp->nego_status is filled by sym_prepare_nego().
3068 cp->nego_status = 0;
3110 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
3990 if (cp->nego_status && cp->nego_status != NS_SYNC)
4002 cp->nego_status = NS_SYNC;
4127 if (cp->nego_status && cp->nego_status !
[all...]
H A Dsym_hipd.h292 * nego_status field of struct sym_ccb.
747 u_char nego_status; /* Negotiation status */ member in struct:sym_ccb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1099 ** nego_status field of struct ccb.
1464 #define nego_status phys.nego_st macro
4020 ** negotiation and the nego_status field of the CCB.
4063 cp->nego_status = nego;
4236 ** (nego_status is filled by ncr_prepare_nego())
4241 cp->nego_status = 0;
4350 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
6697 "status=%x.\n", num, cp->nego_status);
6704 switch (cp->nego_status) {
6720 cp->nego_status
[all...]

Completed in 132 milliseconds