Lines Matching refs:cpu_to_be32

940 		to->len[0] = cpu_to_be32(skb_frag_size(&si->frags[i]));  in write_sgl()
941 to->len[1] = cpu_to_be32(skb_frag_size(&si->frags[++i])); in write_sgl()
946 to->len[0] = cpu_to_be32(skb_frag_size(&si->frags[i])); in write_sgl()
947 to->len[1] = cpu_to_be32(0); in write_sgl()
1258 wr->equiq_to_len16 = cpu_to_be32(wr_mid); in t4vf_eth_xmit()
1259 wr->r3[0] = cpu_to_be32(0); in t4vf_eth_xmit()
1260 wr->r3[1] = cpu_to_be32(0); in t4vf_eth_xmit()
1277 cpu_to_be32(FW_WR_OP_V(FW_ETH_TX_PKT_VM_WR) | in t4vf_eth_xmit()
1284 cpu_to_be32(LSO_OPCODE(CPL_TX_PKT_LSO) | in t4vf_eth_xmit()
1293 lso->seqno_offset = cpu_to_be32(0); in t4vf_eth_xmit()
1295 lso->len = cpu_to_be32(skb->len); in t4vf_eth_xmit()
1297 lso->len = cpu_to_be32(LSO_T5_XFER_SIZE(skb->len)); in t4vf_eth_xmit()
1314 cpu_to_be32(FW_WR_OP_V(FW_ETH_TX_PKT_VM_WR) | in t4vf_eth_xmit()
1341 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE(CPL_TX_PKT_XT) | in t4vf_eth_xmit()
1611 if ((pkt->l2info & cpu_to_be32(RXF_TCP_F)) && in t4vf_ethrx_handler()
2218 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP_V(FW_IQ_CMD) | in t4vf_sge_alloc_rxq()
2222 cmd.alloc_to_len16 = cpu_to_be32(FW_IQ_CMD_ALLOC_F | in t4vf_sge_alloc_rxq()
2226 cpu_to_be32(FW_IQ_CMD_TYPE_V(FW_IQ_TYPE_FL_INT_CAP) | in t4vf_sge_alloc_rxq()
2270 cpu_to_be32( in t4vf_sge_alloc_rxq()
2394 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP_V(FW_EQ_ETH_CMD) | in t4vf_sge_alloc_eth_txq()
2398 cmd.alloc_to_len16 = cpu_to_be32(FW_EQ_ETH_CMD_ALLOC_F | in t4vf_sge_alloc_eth_txq()
2401 cmd.viid_pkd = cpu_to_be32(FW_EQ_ETH_CMD_AUTOEQUEQE_F | in t4vf_sge_alloc_eth_txq()
2404 cpu_to_be32(FW_EQ_ETH_CMD_HOSTFCMODE_V(SGE_HOSTFCMODE_STPG) | in t4vf_sge_alloc_eth_txq()
2408 cpu_to_be32(FW_EQ_ETH_CMD_FBMIN_V(SGE_FETCHBURSTMIN_64B) | in t4vf_sge_alloc_eth_txq()