Searched refs:host_flags (Results 1 – 3 of 3) sorted by relevance
1312 uint64_t host_flags; in bwi_mac_hostflags_init() local1317 host_flags = HFLAGS_READ(mac); in bwi_mac_hostflags_init()1318 host_flags |= BWI_HFLAG_SYM_WA; in bwi_mac_hostflags_init()1322 host_flags |= BWI_HFLAG_GDC_WA; in bwi_mac_hostflags_init()1324 host_flags |= BWI_HFLAG_OFDM_PA; in bwi_mac_hostflags_init()1327 host_flags &= ~BWI_HFLAG_GDC_WA; in bwi_mac_hostflags_init()1332 HFLAGS_WRITE(mac, host_flags); in bwi_mac_hostflags_init()
1284 #define host_flags phys.head.status[3] macro2893 np->last_cp->host_flags |= HF_HINT_IARB; in sym_put_start_queue()4567 cp->host_flags &= ~HF_HINT_IARB; in sym_dequeue_from_squeue()4649 u_char h_flags = cp->host_flags; in sym_sir_bad_scsi_status()4783 cp->host_flags = (HF_SENSE|HF_DATA_IN); in sym_sir_bad_scsi_status()5276 if (cp->host_flags & HF_SENSE) { in sym_evaluate_dp()5378 if (cp->host_flags & HF_SENSE) in sym_modify_dp()5503 if (cp->host_flags & HF_SENSE) { in sym_compute_residual()7096 cp->host_status, cp->ssss_status, cp->host_flags,7591 cp->host_flags = 0;[all …]
639 u_int8_t host_flags; member