Home
last modified time | relevance | path

Searched refs:host_flags (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/bwi/
H A Dbwimac.c1310 uint64_t host_flags; in bwi_mac_hostflags_init() local
1315 host_flags = HFLAGS_READ(mac); in bwi_mac_hostflags_init()
1316 host_flags |= BWI_HFLAG_SYM_WA; in bwi_mac_hostflags_init()
1320 host_flags |= BWI_HFLAG_GDC_WA; in bwi_mac_hostflags_init()
1322 host_flags |= BWI_HFLAG_OFDM_PA; in bwi_mac_hostflags_init()
1325 host_flags &= ~BWI_HFLAG_GDC_WA; in bwi_mac_hostflags_init()
1330 HFLAGS_WRITE(mac, host_flags); in bwi_mac_hostflags_init()
/src/sys/dev/sym/
H A Dsym_hipd.c1280 #define host_flags phys.head.status[3] macro
2889 np->last_cp->host_flags |= HF_HINT_IARB; in sym_put_start_queue()
4562 cp->host_flags &= ~HF_HINT_IARB; in sym_dequeue_from_squeue()
4644 u_char h_flags = cp->host_flags; in sym_sir_bad_scsi_status()
4778 cp->host_flags = (HF_SENSE|HF_DATA_IN); in sym_sir_bad_scsi_status()
5271 if (cp->host_flags & HF_SENSE) { in sym_evaluate_dp()
5373 if (cp->host_flags & HF_SENSE) in sym_modify_dp()
5498 if (cp->host_flags & HF_SENSE) { in sym_compute_residual()
7094 cp->host_status, cp->ssss_status, cp->host_flags,
7125 if (cp->host_flags & HF_SENSE) { /* Auto sense */
[all …]
/src/sys/dev/ciss/
H A Dcissreg.h637 u_int8_t host_flags; member