HomeSort by: relevance | last modified time | path
    Searched defs:letoh32 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_msk.c 71 #define letoh32 le32toh macro
2347 letoh32(cur_st->sk_status));
2790 DESC_PRINT(letoh32(le->sk_addr));
ubsec.c 75 #define letoh32 htole32 macro
2540 if ((letoh32(mcr->mcr_opktbuf.pb_addr) & 3) != 0)
2542 letoh32(mcr->mcr_opktbuf.pb_addr));
2543 if ((letoh32(mcr->mcr_opktbuf.pb_len) & 3) != 0)
2545 letoh32(mcr->mcr_opktbuf.pb_len));
2746 if ((letoh32(mcr->mcr_opktbuf.pb_addr) & 3) != 0)
2748 letoh32(mcr->mcr_opktbuf.pb_addr));
2749 if ((letoh32(mcr->mcr_opktbuf.pb_len) & 3) != 0)
2751 letoh32(mcr->mcr_opktbuf.pb_len));
3056 letoh32(ma->mcr_cmdctxp), letoh16(ma->mcr_pktlen)
    [all...]
if_rge.c 64 #define letoh32 htole32 macro
1296 rxstat = letoh32(cur_rx->hi_qword1.rx_qword4.rge_cmdsts);
1297 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1425 txstat = letoh32(sc->rge_ldata.rge_tx_list[idx].rge_cmdsts);
if_bwfm_pci.c 75 #define letoh32 htole32 macro
511 if (letoh32(ramsize[0]) == BWFM_RAMSIZE_MAGIC)
512 bwfm->sc_chip.ch_ramsize = letoh32(ramsize[1]);
583 d2h_w_idx_ptr = letoh32(ringinfo.d2h_w_idx_ptr);
584 d2h_r_idx_ptr = letoh32(ringinfo.d2h_r_idx_ptr);
585 h2d_w_idx_ptr = letoh32(ringinfo.h2d_w_idx_ptr);
586 h2d_r_idx_ptr = letoh32(ringinfo.h2d_r_idx_ptr);
639 uint32_t ring_mem_ptr = letoh32(ringinfo.ringmem);
1481 sc->sc_ioctl_resp_pktid = letoh32(resp->msg.request_id);
1491 letoh32(event->msg.request_id))
    [all...]

Completed in 103 milliseconds