Lines Matching refs:htonl
1069 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1072 wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) | in write_wr_hdr_sgl()
1080 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1107 wrp->wr_hi = htonl(V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1109 wrp->wr_lo = htonl(V_WR_LEN(min(WR_FLITS, in write_wr_hdr_sgl()
1116 wrp->wr_hi |= htonl(F_WR_EOP); in write_wr_hdr_sgl()
1118 wp->wr_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo; in write_wr_hdr_sgl()
1148 cpl->len = htonl(skb->len); in write_tx_pkt_wr()
1161 hdr->cntrl = htonl(cntrl); in write_tx_pkt_wr()
1167 hdr->lso_info = htonl(tso_info); in write_tx_pkt_wr()
1173 cpl->cntrl = htonl(cntrl); in write_tx_pkt_wr()
1184 cpl->wr.wr_hi = htonl(V_WR_BCNTLFLT(skb->len & 7) | in write_tx_pkt_wr()
1188 cpl->wr.wr_lo = htonl(V_WR_LEN(flits) | V_WR_GEN(gen) | in write_tx_pkt_wr()
1202 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | compl), in write_tx_pkt_wr()
1203 htonl(V_WR_TID(q->token))); in write_tx_pkt_wr()
1343 to->wr_hi = from->wr_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()
1346 to->wr_lo = from->wr_lo | htonl(V_WR_GEN(gen) | in write_imm()
1437 wrp->wr_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
1438 wrp->wr_lo = htonl(V_WR_TID(q->token)); in ctrl_xmit()
2287 rss_hi = htonl(CPL_ASYNC_NOTIF << 24); in process_responses()
2398 __be32 n = r->flags & htonl(F_RSPD_ASYNC_NOTIF | F_RSPD_IMM_DATA_VALID); in is_pure_response()