HomeSort by: relevance | last modified time | path
    Searched refs:cb_command (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
i82557reg.h 149 volatile uint16_t cb_command; member in struct:fxp_cb_nop
158 volatile uint16_t cb_command; member in struct:fxp_cb_ias
186 volatile uint16_t cb_command; member in struct:fxp_cb_config
284 volatile uint16_t cb_command; member in struct:fxp_cb_mcs
293 volatile uint16_t cb_command; member in struct:fxp_cb_ucode
343 volatile uint16_t cb_command; member in struct:fxp_cb_tx
i82557.c 132 0x0, 0x0, /* cb_command */
944 txd->txd_txcb.cb_command =
1030 * smaller than 32bits (both cb_status and cb_command
1040 txd->txd_txcb.cb_command = htole16(FXP_CB_COMMAND_NOP |
1051 FXP_CDTX(sc, lasttx)->txd_txcb.cb_command &=
1176 if ((le16toh(txd->txd_txcb.cb_command) & FXP_CB_COMMAND_CMD)
1769 cbp->cb_command = htole16(FXP_CB_COMMAND_CONFIG |
1888 cb_ias->cb_command = htole16(FXP_CB_COMMAND_IAS | FXP_CB_COMMAND_EL);
1925 txd->txd_txcb.cb_command =
2271 mcsp->cb_command = htole16(FXP_CB_COMMAND_MCAS | FXP_CB_COMMAND_EL)
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 104 volatile uint16_t cb_command; member in struct:txdesc
145 0x80, 0x2, /* cb_command */
237 cbp->cb_command = htole16(FXP_CB_COMMAND_CONFIG |
290 cb_ias->cb_command = htole16(FXP_CB_COMMAND_IAS | FXP_CB_COMMAND_EL);
338 txd->cb_command =

Completed in 14 milliseconds