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

/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c967 * nego_status field of struct sym_ccb.
1399 u_char nego_status; /* Negotiation status */ member in struct:sym_ccb
2816 * negotiation and the nego_status field of the CCB.
2873 cp->nego_status = nego;
4738 * cp->nego_status is filled by sym_prepare_nego().
4740 cp->nego_status = 0;
4791 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
5618 if (cp->nego_status && cp->nego_status != NS_SYNC)
5684 cp->nego_status
[all...]
/freebsd-9.3-release/sys/pci/
H A Dncr.c382 ** nego_status field of struct nccb.
784 #define nego_status phys.nego_st macro
4125 cp->nego_status = nego;
6034 num, cp->nego_status);
6041 switch (cp->nego_status) {
6054 cp->nego_status = 0;
6116 switch (cp->nego_status) {
6156 cp->nego_status = NS_SYNC;
6205 switch (cp->nego_status) {
6246 cp->nego_status
[all...]

Completed in 173 milliseconds