Lines Matching refs:ntohl
318 dma_unmap_single(dev, be64_to_cpu(sgl->addr0), ntohl(sgl->len0), in unmap_sgl()
321 dma_unmap_page(dev, be64_to_cpu(sgl->addr0), ntohl(sgl->len0), in unmap_sgl()
333 ntohl(p->len[0]), DMA_TO_DEVICE); in unmap_sgl()
335 ntohl(p->len[1]), DMA_TO_DEVICE); in unmap_sgl()
344 ntohl(p->len[0]), DMA_TO_DEVICE); in unmap_sgl()
346 ntohl(p->len[1]), DMA_TO_DEVICE); in unmap_sgl()
352 ntohl(p->len[0]), DMA_TO_DEVICE); in unmap_sgl()
354 ntohl(p->len[1]), DMA_TO_DEVICE); in unmap_sgl()
365 dma_unmap_page(dev, be64_to_cpu(addr), ntohl(p->len[0]), in unmap_sgl()
2074 u32 len = ntohl(rc->pldbuflen_qid), bufsz, frags; in process_responses()
2265 unsigned int qid = ntohl(rc->pldbuflen_qid); in process_intrq()
2687 init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.eqid_pkd))); in t4_sge_alloc_eth_txq()
2740 init_txq(adap, &txq->q, FW_EQ_CTRL_CMD_EQID_G(ntohl(c.cmpliqid_eqid))); in t4_sge_alloc_ctrl_txq()
2795 init_txq(adap, &txq->q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.eqid_pkd))); in t4_sge_alloc_ofld_txq()