Searched refs:status0 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h40 uint32_t status0;/* DMA status 0 */ member in struct:ar5212_desc::__anon12221::__anon12222
44 uint32_t status0;/* DMA status 0 */ member in struct:ar5212_desc::__anon12221::__anon12223
54 #define ds_txstatus0 u.tx.status0
56 #define ds_rxstatus0 u.rx.status0
/freebsd-12-stable/tools/tools/ath/athalq/
H A Dar5212_ds.c53 MS(txs.u.tx.status0, AR_SendTimestamp));
57 MF(txs.u.tx.status0, AR_FrmXmitOK),
58 MF(txs.u.tx.status0, AR_ExcessiveRetries),
59 MF(txs.u.tx.status0, AR_FIFOUnderrun),
60 MF(txs.u.tx.status0, AR_Filtered));
62 MS(txs.u.tx.status0, AR_RTSFailCnt),
63 MS(txs.u.tx.status0, AR_DataFailCnt),
64 MS(txs.u.tx.status0, AR_VirtCollCnt));
66 MS(txs.u.tx.status0, AR_SendTimestamp));
/freebsd-12-stable/sys/dev/ice/
H A Dice_iflib_txrx.c252 uint16_t status0; local
259 status0 = le16toh(rxd->wb.status_error0);
261 if ((status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_DD_S)) == 0)
265 if (status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_EOF_S))
287 u16 status0, plen, vtag, ptype; local
299 status0 = le16toh(cur->wb.status_error0);
306 MPASS((status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_DD_S)) != 0);
311 eop = (status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_EOF_S));
312 if (status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_L2TAG1P_S))
321 if (eop && (status0
[all...]
H A Dice_common_txrx.h265 * @status0: descriptor status data
274 u16 status0, u16 ptype)
286 if (!(status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_L3L4P_S))) {
302 if (!(status0 & xsum_errors)) {
326 if (is_ipv6 && (status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_IPV6EXADD_S))) {
332 * At this point, status0 must have at least one of the l3_error or
336 if (status0 & l3_error) {
350 if (status0 & l4_error) {
273 ice_rx_checksum(struct ice_rx_queue *rxq, uint32_t *flags, uint32_t *data, u16 status0, u16 ptype) argument
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h56 uint32_t status0; member in struct:ar5416_rx_desc
91 #define ds_rxstatus0 u.rx.status0
/freebsd-12-stable/sys/dev/usb/misc/
H A Dcp2112.c152 uint8_t status0; member in struct:i2c_xfer_status_resp
829 "initial bus status0 = 0x%02x, "
977 DTRACE_PROBE4(xfer__status, uint8_t, xfer_status_resp.status0,
982 switch (xfer_status_resp.status0) {
1013 "unknown i2c xfer status0 0x%02x\n",
1014 xfer_status_resp.status0);
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc248 const int status0 = NormalExitStatus(0); local
254 EXPECT_PRED1(pred0, status0);
258 EXPECT_FALSE(pred42(status0));
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c978 u_int status0; local
992 status0 = ahc_inb(ahc, SSTAT0) & IOERR;
994 status0 = 0;
996 if (status == 0 && status0 == 0) {
1022 && (status0 & IOERR) != 0) {
H A Daic79xx.c1539 u_int status0; local
1551 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1556 if ((status0 & (SELDI|SELDO)) != 0) {
1561 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1570 if ((status0 & IOERR) != 0) {
1584 } else if ((status0 & OVERRUN) != 0) {
1668 } else if ((status0 & (SELDI|SELDO)) != 0) {

Completed in 185 milliseconds