Lines Matching refs:ntohl
328 dma_unmap_single(dev, be64_to_cpu(sgl->addr0), ntohl(sgl->len0), in unmap_sgl()
331 dma_unmap_page(dev, be64_to_cpu(sgl->addr0), ntohl(sgl->len0), in unmap_sgl()
343 ntohl(p->len[0]), DMA_TO_DEVICE); in unmap_sgl()
345 ntohl(p->len[1]), DMA_TO_DEVICE); in unmap_sgl()
354 ntohl(p->len[0]), DMA_TO_DEVICE); in unmap_sgl()
356 ntohl(p->len[1]), DMA_TO_DEVICE); in unmap_sgl()
362 ntohl(p->len[0]), DMA_TO_DEVICE); in unmap_sgl()
364 ntohl(p->len[1]), DMA_TO_DEVICE); in unmap_sgl()
375 dma_unmap_page(dev, be64_to_cpu(addr), ntohl(p->len[0]), in unmap_sgl()
2019 u32 len = ntohl(rc->pldbuflen_qid), bufsz, frags; in process_responses()
2207 unsigned int qid = ntohl(rc->pldbuflen_qid); in process_intrq()
2619 init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.eqid_pkd))); in t4_sge_alloc_eth_txq()
2671 init_txq(adap, &txq->q, FW_EQ_CTRL_CMD_EQID_G(ntohl(c.cmpliqid_eqid))); in t4_sge_alloc_ctrl_txq()
2725 init_txq(adap, &txq->q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.eqid_pkd))); in t4_sge_alloc_ofld_txq()