Lines Matching refs:htobe32
234 nm_txq->cpl_ctrl0 = htobe32(V_TXPKT_OPCODE(CPL_TX_PKT) | in alloc_nm_txq()
238 nm_txq->op_pkd = htobe32(V_FW_WR_OP(FW_ETH_TX_PKTS2_WR)); in alloc_nm_txq()
240 nm_txq->op_pkd = htobe32(V_FW_WR_OP(FW_ETH_TX_PKTS_WR)); in alloc_nm_txq()
297 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in alloc_nm_rxq_hwq()
300 c.alloc_to_len16 = htobe32(F_FW_IQ_CMD_IQSTART | FW_LEN16(c)); in alloc_nm_rxq_hwq()
302 c.alloc_to_len16 |= htobe32(F_FW_IQ_CMD_ALLOC); in alloc_nm_rxq_hwq()
313 c.type_to_iqandstindex = htobe32(v | in alloc_nm_rxq_hwq()
324 c.iqns_to_fl0congen = htobe32(F_FW_IQ_CMD_IQFLINTCONGEN | in alloc_nm_rxq_hwq()
329 htobe32(V_FW_IQ_CMD_FL0HOSTFCMODE(X_HOSTFCMODE_NONE) | in alloc_nm_rxq_hwq()
420 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in alloc_nm_txq_hwq()
423 c.alloc_to_len16 = htobe32(F_FW_EQ_ETH_CMD_EQSTART | FW_LEN16(c)); in alloc_nm_txq_hwq()
425 c.alloc_to_len16 |= htobe32(F_FW_EQ_ETH_CMD_ALLOC); in alloc_nm_txq_hwq()
427 c.eqid_pkd = htobe32(V_FW_EQ_ETH_CMD_EQID(nm_txq->cntxt_id)); in alloc_nm_txq_hwq()
428 c.autoequiqe_to_viid = htobe32(F_FW_EQ_ETH_CMD_AUTOEQUIQE | in alloc_nm_txq_hwq()
431 htobe32(V_FW_EQ_ETH_CMD_HOSTFCMODE(X_HOSTFCMODE_NONE) | in alloc_nm_txq_hwq()
435 htobe32(V_FW_EQ_ETH_CMD_FBMIN(chip_id(sc) <= CHELSIO_T5 ? in alloc_nm_txq_hwq()
985 wr->equiq_to_len16 = htobe32(V_FW_WR_LEN16(npkt_to_len16(n))); in cxgbe_nm_tx()
1003 usgl->cmd_nsge = htobe32(V_ULPTX_CMD(ULP_TX_SC_DSGL) | in cxgbe_nm_tx()
1005 usgl->len0 = htobe32(slot->len); in cxgbe_nm_tx()
1032 wr->equiq_to_len16 |= htobe32(F_FW_WR_EQUEQ | in cxgbe_nm_tx()
1037 wr->equiq_to_len16 |= htobe32(F_FW_WR_EQUEQ); in cxgbe_nm_tx()
1045 wr->equiq_to_len16 |= htobe32(F_FW_WR_EQUEQ); in cxgbe_nm_tx()
1082 MPASS(wr->op_pkd == htobe32(V_FW_WR_OP(FW_ETH_TX_PKTS_WR)) || in reclaim_nm_tx_desc()
1083 wr->op_pkd == htobe32(V_FW_WR_OP(FW_ETH_TX_PKTS2_WR))); in reclaim_nm_tx_desc()