Searched refs:flowclen16 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 77 int flowclen16, flowclen; in flowc_wr_credits() local 80 flowclen16 = DIV_ROUND_UP(flowclen, 16); in flowc_wr_credits() 81 flowclen = flowclen16 * 16; in flowc_wr_credits() 86 return flowclen16; in flowc_wr_credits() 112 int flowclen16; in send_flowc_wr() local 115 flowclen16 = flowclen / 16; in send_flowc_wr() 131 return flowclen16; in send_flowc_wr() 136 return flowclen16; in send_flowc_wr() 166 int nparams, paramidx, flowclen16, flowclen; in send_tx_flowc_wr() local 207 flowclen16 = flowc_wr_credits(nparams, &flowclen); in send_tx_flowc_wr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 592 int nparams, flowclen16, flowclen; in tx_flowc_wr_credits() local 599 flowclen16 = DIV_ROUND_UP(flowclen, 16); in tx_flowc_wr_credits() 600 flowclen = flowclen16 * 16; in tx_flowc_wr_credits() 610 return flowclen16; in tx_flowc_wr_credits() 617 int nparams, flowclen16, flowclen; in send_tx_flowc_wr() local 622 flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen); in send_tx_flowc_wr() 628 htonl(FW_WR_LEN16_V(flowclen16) | FW_WR_FLOWID_V(csk->tid)); in send_tx_flowc_wr() 674 return flowclen16; in send_tx_flowc_wr() 785 u32 flowclen16 = 0; in push_tx_frames() local 808 flowclen16 = send_tx_flowc_wr(csk); in push_tx_frames() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 1391 u32 nparams, flowclen16, flowclen; in cxgbit_tx_flowc_wr_credits() local 1402 flowclen16 = DIV_ROUND_UP(flowclen, 16); in cxgbit_tx_flowc_wr_credits() 1403 flowclen = flowclen16 * 16; in cxgbit_tx_flowc_wr_credits() 1412 return flowclen16; in cxgbit_tx_flowc_wr_credits() 1419 u32 nparams, flowclen16, flowclen; in cxgbit_send_tx_flowc_wr() local 1427 flowclen16 = cxgbit_tx_flowc_wr_credits(csk, &nparams, &flowclen); in cxgbit_send_tx_flowc_wr() 1434 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr() 1484 return flowclen16; in cxgbit_send_tx_flowc_wr()
|
| H A D | cxgbit_target.c | 210 u32 flowclen16 = 0; in cxgbit_push_tx_frames() local 232 flowclen16 = cxgbit_send_tx_flowc_wr(csk); in cxgbit_push_tx_frames() 233 csk->wr_cred -= flowclen16; in cxgbit_push_tx_frames() 234 csk->wr_una_cred += flowclen16; in cxgbit_push_tx_frames() 245 skb->csum = (__force __wsum)(credits_needed + flowclen16); in cxgbit_push_tx_frames()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 594 int flowclen, flowclen16; in send_flowc() local 605 flowclen16 = DIV_ROUND_UP(flowclen, 16); in send_flowc() 606 flowclen = flowclen16 * 16; in send_flowc() 613 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_flowc()
|