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

/openbsd-current/sys/dev/ic/
H A Dfxpreg.h108 volatile u_int16_t cb_status; member in struct:fxp_cb_nop
113 volatile u_int16_t cb_status; member in struct:fxp_cb_ias
128 volatile u_int16_t cb_status; member in struct:fxp_cb_config
157 volatile u_int16_t cb_status; member in struct:fxp_cb_mcs
179 volatile u_int16_t cb_status; member in struct:fxp_cb_tx
340 volatile u_int16_t cb_status; member in struct:fxp_cb_ucode
H A Dfxp.c108 0x0, 0x0, /* cb_status */
722 txc->cb_status = 0;
816 ((txs->tx_cb->cb_status & htole16(FXP_CB_STATUS_C)) ||
1209 bcopy(fxp_cb_config_template, (void *)&cbp->cb_status,
1216 cbp->cb_status = 0;
1306 } while ((cbp->cb_status & htole16(FXP_CB_STATUS_C)) == 0 && i--);
1309 if (!(cbp->cb_status & htole16(FXP_CB_STATUS_C))) {
1318 cb_ias->cb_status = htole16(0);
1337 } while (!(cb_ias->cb_status & htole16(FXP_CB_STATUS_C)) && i--);
1340 if (!(cb_ias->cb_status
[all...]

Completed in 311 milliseconds