Home
last modified time | relevance | path

Searched refs:acc_status (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ce/
Dceddk.c726 c->acc_status |= b->ddk.InterfacesInfo[Item].Status; in ce_status_callback()
755 unsigned int acc_status; in ce_e1_timer() local
763 acc_status = c->acc_status; in ce_e1_timer()
766 c->acc_status = b->ddk.InterfacesInfo[c->num].Status; in ce_e1_timer()
781 if (acc_status & TAU32_RCL) in ce_e1_timer()
783 if (acc_status & TAU32_RUA1) in ce_e1_timer()
794 if (! c->use16 && (acc_status & TAU32_RSA1)) in ce_e1_timer()
796 if (! c->use16 && (acc_status & TAU32_RDMA)) in ce_e1_timer()
798 if (acc_status & TAU32_RRA) in ce_e1_timer()
801 if (acc_status & TAU32_RFAS) { in ce_e1_timer()
[all …]
Dceddk.h117 unsigned int acc_status; member