Searched refs:status64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_response_manager.c100 uint64_t status64; local
130 status64 = *sc->status_word;
132 if (status64 != COMPLETION_WORD_INIT) {
141 if ((status64 & 0xff) != 0xff) {
142 lio_swap_8B_data(&status64, 1);
143 if (((status64 & 0xff) != 0xff)) {
145 status = (uint32_t)(status64 &
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h277 int (*status64)(int,sqlite3_int64*,sqlite3_int64*,int); member in struct:sqlite3_api_routines
590 #define sqlite3_status64 sqlite3_api->status64
H A Dsqlite3.c[all...]
/freebsd-11-stable/sys/dev/stge/
H A Dif_stge.c1637 uint64_t status64; local
1652 status64 = le64toh(sc->sc_rdata.stge_rx_ring[cons].rfd_status);
1653 status = RFD_RxStatus(status64);
1753 m->m_pkthdr.ether_vtag = RFD_TCI(status64);

Completed in 389 milliseconds