Home
last modified time | relevance | path

Searched refs:flowclen16 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c503 int nparams, flowclen16, flowclen; in tx_flowc_wr_credits() local
507 flowclen16 = DIV_ROUND_UP(flowclen, 16); in tx_flowc_wr_credits()
508 flowclen = flowclen16 * 16; in tx_flowc_wr_credits()
518 return flowclen16; in tx_flowc_wr_credits()
525 int nparams, flowclen16, flowclen; in send_tx_flowc_wr() local
527 flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen); in send_tx_flowc_wr()
533 htonl(FW_WR_LEN16_V(flowclen16) | FW_WR_FLOWID_V(csk->tid)); in send_tx_flowc_wr()
565 return flowclen16; in send_tx_flowc_wr()
627 int flowclen16 = 0; in push_tx_frames() local
647 flowclen16 = send_tx_flowc_wr(csk); in push_tx_frames()
[all …]