Searched refs:pld_len (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_lnode.c | 1726 uint32_t pld_len) in csio_ln_mgmt_submit_wr() argument 1744 if (pld_len < 256) { in csio_ln_mgmt_submit_wr() 1745 wr_size += ALIGN(pld_len, 8); in csio_ln_mgmt_submit_wr() 1746 im_len = (uint8_t)pld_len; in csio_ln_mgmt_submit_wr() 1779 dsgl.len0 = cpu_to_be32(pld_len); in csio_ln_mgmt_submit_wr() 1808 uint32_t pld_len) in csio_ln_mgmt_submit_req() argument 1814 BUG_ON(pld_len > pld->len); in csio_ln_mgmt_submit_req() 1821 rv = csio_ln_mgmt_submit_wr(mgmtm, io_req, req_type, pld, pld_len); in csio_ln_mgmt_submit_req()
|
| /OK3568_Linux_fs/kernel/drivers/net/caif/ |
| H A D | caif_hsi.c | 220 int pld_len = 0; in cfhsi_tx_frm() local 302 pld_len += desc->cffrm_len[nfrms]; in cfhsi_tx_frm() 327 return CFHSI_DESC_SZ + pld_len; in cfhsi_tx_frm() 634 if (cfhsi->rx_state.pld_len > 0 && in cfhsi_rx_done() 639 cfhsi->rx_state.pld_len); in cfhsi_rx_done() 710 cfhsi->rx_state.pld_len = desc_pld_len; in cfhsi_rx_done()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H A D | bnx2i_hwi.c | 1441 int pld_len; in bnx2i_process_login_resp() local 1468 pld_len = login->data_length; in bnx2i_process_login_resp() 1470 bnx2i_conn->gen_pdu.resp_buf + pld_len; in bnx2i_process_login_resp() 1473 if (pld_len & 0x3) in bnx2i_process_login_resp() 1474 pad_len = 4 - (pld_len % 4); in bnx2i_process_login_resp() 1509 int pld_len; in bnx2i_process_text_resp() local 1530 pld_len = text->data_length; in bnx2i_process_text_resp() 1532 pld_len; in bnx2i_process_text_resp() 1534 if (pld_len & 0x3) in bnx2i_process_text_resp() 1535 pad_len = 4 - (pld_len % 4); in bnx2i_process_text_resp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedi/ |
| H A D | qedi_fw.c | 92 int pld_len; in qedi_process_text_resp() local 116 pld_len = cqe_text_response->hdr_second_dword & in qedi_process_text_resp() 118 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf + pld_len; in qedi_process_text_resp() 257 int pld_len; in qedi_process_login_resp() local 282 pld_len = cqe_login_response->hdr_second_dword & in qedi_process_login_resp() 284 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf + pld_len; in qedi_process_login_resp() 532 u32 pld_len, num_bdqs; in qedi_process_reject_mesg() local 537 pld_len = cqe_reject->hdr_second_dword & in qedi_process_reject_mesg() 539 num_bdqs = pld_len / QEDI_BDQ_BUF_SIZE; in qedi_process_reject_mesg() 544 pld_len, num_bdqs, conn->data); in qedi_process_reject_mesg() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/caif/ |
| H A D | caif_hsi.h | 120 int pld_len; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 2622 buf = h2cb_put(h2cb, info->pld_len); in mac_send_bcn_h2c() 2628 PLTFM_MEMCPY(buf, info->pld_buf, info->pld_len); in mac_send_bcn_h2c()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 2622 buf = h2cb_put(h2cb, info->pld_len); in mac_send_bcn_h2c() 2628 PLTFM_MEMCPY(buf, info->pld_buf, info->pld_len); in mac_send_bcn_h2c()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 425 req_cpl->pld_len = htonl(len - expn); in tls_tx_data_wr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_msg.h | 2257 __be32 pld_len; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 5406 u16 pld_len; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 5406 u16 pld_len; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.c | 4748 info.pld_len = (u16)bcn_cmn->bcn_length; in hal_mac_ax_send_beacon()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.c | 4766 info.pld_len = (u16)bcn_cmn->bcn_length; in hal_mac_ax_send_beacon()
|