• Home
  • Raw
  • Download

Lines Matching refs:htonl

865 		sgl->len0 = htonl(len);  in write_sgl()
869 sgl->len0 = htonl(skb_frag_size(&si->frags[0])); in write_sgl()
873 sgl->cmd_nsge = htonl(ULPTX_CMD_V(ULP_TX_SC_DSGL) | in write_sgl()
1242 wr->equiq_to_len16 = htonl(wr_mid); in t4_eth_xmit()
1255 wr->op_immdlen = htonl(FW_WR_OP_V(FW_ETH_TX_PKT_WR) | in t4_eth_xmit()
1257 lso->c.lso_ctrl = htonl(LSO_OPCODE_V(CPL_TX_PKT_LSO) | in t4_eth_xmit()
1265 lso->c.seqno_offset = htonl(0); in t4_eth_xmit()
1267 lso->c.len = htonl(skb->len); in t4_eth_xmit()
1269 lso->c.len = htonl(LSO_T5_XFER_SIZE_V(skb->len)); in t4_eth_xmit()
1284 wr->op_immdlen = htonl(FW_WR_OP_V(FW_ETH_TX_PKT_WR) | in t4_eth_xmit()
1312 cpl->ctrl0 = htonl(ctrl0); in t4_eth_xmit()
1385 wr->lo |= htonl(FW_WR_EQUEQ_F | FW_WR_EQUIQ_F); in ctrlq_check_stop()
1566 wr->lo |= htonl(FW_WR_EQUEQ_F | FW_WR_EQUIQ_F); in ofldtxq_stop()
2010 if ((pkt->l2info & htonl(RXF_TCP_F)) && in t4_ethrx_handler()
2037 if (csum_ok && (pkt->l2info & htonl(RXF_UDP_F | RXF_TCP_F))) { in t4_ethrx_handler()
2041 } else if (pkt->l2info & htonl(RXF_IP_F)) { in t4_ethrx_handler()
2568 c.op_to_vfn = htonl(FW_CMD_OP_V(FW_IQ_CMD) | FW_CMD_REQUEST_F | in t4_sge_alloc_rxq()
2571 c.alloc_to_len16 = htonl(FW_IQ_CMD_ALLOC_F | FW_IQ_CMD_IQSTART_F | in t4_sge_alloc_rxq()
2573 c.type_to_iqandstindex = htonl(FW_IQ_CMD_TYPE_V(FW_IQ_TYPE_FL_INT_CAP) | in t4_sge_alloc_rxq()
2586 c.iqns_to_fl0congen = htonl(FW_IQ_CMD_IQFLINTCONGEN_F); in t4_sge_alloc_rxq()
2609 c.iqns_to_fl0congen |= htonl(FW_IQ_CMD_FL0PACKEN_F | in t4_sge_alloc_rxq()
2615 htonl(FW_IQ_CMD_FL0CNGCHMAP_V(cong) | in t4_sge_alloc_rxq()
2772 c.op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_ETH_CMD) | FW_CMD_REQUEST_F | in t4_sge_alloc_eth_txq()
2776 c.alloc_to_len16 = htonl(FW_EQ_ETH_CMD_ALLOC_F | in t4_sge_alloc_eth_txq()
2778 c.viid_pkd = htonl(FW_EQ_ETH_CMD_AUTOEQUEQE_F | in t4_sge_alloc_eth_txq()
2781 htonl(FW_EQ_ETH_CMD_HOSTFCMODE_V(HOSTFCMODE_STATUS_PAGE_X) | in t4_sge_alloc_eth_txq()
2785 htonl(FW_EQ_ETH_CMD_FBMIN_V(FETCHBURSTMIN_64B_X) | in t4_sge_alloc_eth_txq()
2827 c.op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_CTRL_CMD) | FW_CMD_REQUEST_F | in t4_sge_alloc_ctrl_txq()
2831 c.alloc_to_len16 = htonl(FW_EQ_CTRL_CMD_ALLOC_F | in t4_sge_alloc_ctrl_txq()
2833 c.cmpliqid_eqid = htonl(FW_EQ_CTRL_CMD_CMPLIQID_V(cmplqid)); in t4_sge_alloc_ctrl_txq()
2834 c.physeqid_pkd = htonl(0); in t4_sge_alloc_ctrl_txq()
2836 htonl(FW_EQ_CTRL_CMD_HOSTFCMODE_V(HOSTFCMODE_STATUS_PAGE_X) | in t4_sge_alloc_ctrl_txq()
2840 htonl(FW_EQ_CTRL_CMD_FBMIN_V(FETCHBURSTMIN_64B_X) | in t4_sge_alloc_ctrl_txq()
2894 c.op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_OFLD_CMD) | FW_CMD_REQUEST_F | in t4_sge_alloc_ofld_txq()
2898 c.alloc_to_len16 = htonl(FW_EQ_OFLD_CMD_ALLOC_F | in t4_sge_alloc_ofld_txq()
2901 htonl(FW_EQ_OFLD_CMD_HOSTFCMODE_V(HOSTFCMODE_STATUS_PAGE_X) | in t4_sge_alloc_ofld_txq()
2905 htonl(FW_EQ_OFLD_CMD_FBMIN_V(FETCHBURSTMIN_64B_X) | in t4_sge_alloc_ofld_txq()