Lines Matching refs:flowclen16
593 int nparams, flowclen16, flowclen; in tx_flowc_wr_credits() local
600 flowclen16 = DIV_ROUND_UP(flowclen, 16); in tx_flowc_wr_credits()
601 flowclen = flowclen16 * 16; in tx_flowc_wr_credits()
611 return flowclen16; in tx_flowc_wr_credits()
618 int nparams, flowclen16, flowclen; in send_tx_flowc_wr() local
623 flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen); in send_tx_flowc_wr()
629 htonl(FW_WR_LEN16_V(flowclen16) | FW_WR_FLOWID_V(csk->tid)); in send_tx_flowc_wr()
675 return flowclen16; in send_tx_flowc_wr()
786 u32 flowclen16 = 0; in push_tx_frames() local
809 flowclen16 = send_tx_flowc_wr(csk); in push_tx_frames()
810 csk->wr_cred -= flowclen16; in push_tx_frames()
811 csk->wr_una_cred += flowclen16; in push_tx_frames()
829 skb->csum = (__force __wsum)(credits_needed + flowclen16); in push_tx_frames()