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

  /src/sys/dev/pci/
if_msk.c 70 #define letoh16 le16toh macro
2346 msk_rxeof(sc_if, letoh16(cur_st->sk_len),
2791 DESC_PRINT(letoh16(le->sk_len));
ubsec.c 74 #define letoh16 htole16 macro
2024 letoh16(ctx->ctx_op));
3021 switch (letoh16(c->ctx_op)) {
3031 letoh16(cx->me_E_len), letoh16(cx->me_N_len));
3052 letoh16(mcr->mcr_pkts), letoh16(mcr->mcr_flags));
3054 for (i = 0; i < letoh16(mcr->mcr_pkts); i++) {
3056 letoh32(ma->mcr_cmdctxp), letoh16(ma->mcr_pktlen),
3057 letoh16(ma->mcr_reserved))
    [all...]
if_bwfm_pci.c 74 #define letoh16 htole16 macro
1429 flowid = letoh16(fcr->compl_hdr.flow_ring_id);
1460 flowid = letoh16(fdr->compl_hdr.flow_ring_id);
1482 sc->sc_ioctl_resp_ret_len = letoh16(resp->resp_len);
1483 sc->sc_ioctl_resp_status = letoh16(resp->compl_hdr.status);
1495 m->m_len = m->m_pkthdr.len = letoh16(event->event_data_len);
1519 if (letoh16(rx->data_offset))
1520 m_adj(m, letoh16(rx->data_offset));
1523 m->m_len = m->m_pkthdr.len = letoh16(rx->data_len);
1835 req->flow_ring_id = letoh16(cmd->flowid + 2)
    [all...]

Completed in 18 milliseconds