Lines Matching refs:cpu_to_be32

938 		to->len[0] = cpu_to_be32(skb_frag_size(&si->frags[i]));  in write_sgl()
939 to->len[1] = cpu_to_be32(skb_frag_size(&si->frags[++i])); in write_sgl()
944 to->len[0] = cpu_to_be32(skb_frag_size(&si->frags[i])); in write_sgl()
945 to->len[1] = cpu_to_be32(0); in write_sgl()
1268 wr->equiq_to_len16 = cpu_to_be32(wr_mid); in t4vf_eth_xmit()
1269 wr->r3[0] = cpu_to_be32(0); in t4vf_eth_xmit()
1270 wr->r3[1] = cpu_to_be32(0); in t4vf_eth_xmit()
1287 cpu_to_be32(FW_WR_OP_V(FW_ETH_TX_PKT_VM_WR) | in t4vf_eth_xmit()
1294 cpu_to_be32(LSO_OPCODE_V(CPL_TX_PKT_LSO) | in t4vf_eth_xmit()
1303 lso->seqno_offset = cpu_to_be32(0); in t4vf_eth_xmit()
1305 lso->len = cpu_to_be32(skb->len); in t4vf_eth_xmit()
1307 lso->len = cpu_to_be32(LSO_T5_XFER_SIZE_V(skb->len)); in t4vf_eth_xmit()
1330 cpu_to_be32(FW_WR_OP_V(FW_ETH_TX_PKT_VM_WR) | in t4vf_eth_xmit()
1358 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE_V(CPL_TX_PKT_XT) | in t4vf_eth_xmit()
1628 if ((pkt->l2info & cpu_to_be32(RXF_TCP_F)) && in t4vf_ethrx_handler()
2241 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP_V(FW_IQ_CMD) | in t4vf_sge_alloc_rxq()
2245 cmd.alloc_to_len16 = cpu_to_be32(FW_IQ_CMD_ALLOC_F | in t4vf_sge_alloc_rxq()
2249 cpu_to_be32(FW_IQ_CMD_TYPE_V(FW_IQ_TYPE_FL_INT_CAP) | in t4vf_sge_alloc_rxq()
2299 cpu_to_be32( in t4vf_sge_alloc_rxq()
2425 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP_V(FW_EQ_ETH_CMD) | in t4vf_sge_alloc_eth_txq()
2429 cmd.alloc_to_len16 = cpu_to_be32(FW_EQ_ETH_CMD_ALLOC_F | in t4vf_sge_alloc_eth_txq()
2432 cmd.viid_pkd = cpu_to_be32(FW_EQ_ETH_CMD_AUTOEQUEQE_F | in t4vf_sge_alloc_eth_txq()
2435 cpu_to_be32(FW_EQ_ETH_CMD_HOSTFCMODE_V(SGE_HOSTFCMODE_STPG) | in t4vf_sge_alloc_eth_txq()
2439 cpu_to_be32(FW_EQ_ETH_CMD_FBMIN_V(SGE_FETCHBURSTMIN_64B) | in t4vf_sge_alloc_eth_txq()