Searched refs:pld_len (Results 1 – 7 of 7) sorted by relevance
220 int pld_len = 0; in cfhsi_tx_frm() local302 pld_len += desc->cffrm_len[nfrms]; in cfhsi_tx_frm()327 return CFHSI_DESC_SZ + pld_len; in cfhsi_tx_frm()649 if (cfhsi->rx_state.pld_len > 0 && in cfhsi_rx_done()654 cfhsi->rx_state.pld_len); in cfhsi_rx_done()725 cfhsi->rx_state.pld_len = desc_pld_len; in cfhsi_rx_done()
1724 uint32_t pld_len) in csio_ln_mgmt_submit_wr() argument1742 if (pld_len < 256) { in csio_ln_mgmt_submit_wr()1743 wr_size += ALIGN(pld_len, 8); in csio_ln_mgmt_submit_wr()1744 im_len = (uint8_t)pld_len; in csio_ln_mgmt_submit_wr()1777 dsgl.len0 = cpu_to_be32(pld_len); in csio_ln_mgmt_submit_wr()1806 uint32_t pld_len) in csio_ln_mgmt_submit_req() argument1812 BUG_ON(pld_len > pld->len); in csio_ln_mgmt_submit_req()1819 rv = csio_ln_mgmt_submit_wr(mgmtm, io_req, req_type, pld, pld_len); in csio_ln_mgmt_submit_req()
120 int pld_len; member
1443 int pld_len; in bnx2i_process_login_resp() local1470 pld_len = login->data_length; in bnx2i_process_login_resp()1472 bnx2i_conn->gen_pdu.resp_buf + pld_len; in bnx2i_process_login_resp()1475 if (pld_len & 0x3) in bnx2i_process_login_resp()1476 pad_len = 4 - (pld_len % 4); in bnx2i_process_login_resp()1511 int pld_len; in bnx2i_process_text_resp() local1532 pld_len = text->data_length; in bnx2i_process_text_resp()1534 pld_len; in bnx2i_process_text_resp()1536 if (pld_len & 0x3) in bnx2i_process_text_resp()1537 pad_len = 4 - (pld_len % 4); in bnx2i_process_text_resp()
94 int pld_len; in qedi_process_text_resp() local118 pld_len = cqe_text_response->hdr_second_dword & in qedi_process_text_resp()120 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf + pld_len; in qedi_process_text_resp()267 int pld_len; in qedi_process_login_resp() local292 pld_len = cqe_login_response->hdr_second_dword & in qedi_process_login_resp()294 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf + pld_len; in qedi_process_login_resp()543 u32 pld_len, num_bdqs; in qedi_process_reject_mesg() local548 pld_len = cqe_reject->hdr_second_dword & in qedi_process_reject_mesg()550 num_bdqs = pld_len / QEDI_BDQ_BUF_SIZE; in qedi_process_reject_mesg()555 pld_len, num_bdqs, conn->data); in qedi_process_reject_mesg()[all …]
428 req_cpl->pld_len = htonl(len - expn); in tls_tx_data_wr()
2213 __be32 pld_len; member