Searched refs:pyld_len (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c360 mqe->hdr.pyld_len = cmd_len - sizeof(struct ocrdma_mqe_hdr); ocrdma_init_emb_mqe()
363 mqe->hdr.pyld_len); ocrdma_init_emb_mqe()
1292 mqe->hdr.pyld_len = dev->stats_mem.size; ocrdma_mbx_rdma_stats()
1340 mqe->hdr.pyld_len = dma.size; ocrdma_mbx_get_ctrl_attribs()
2884 cmd.hdr.pyld_len = max_t (u32, sizeof(struct ocrdma_get_dcbx_cfg_rsp), ocrdma_mbx_get_dcbx_config()
2886 req = dma_alloc_coherent(&pdev->dev, cmd.hdr.pyld_len, &pa, GFP_KERNEL); ocrdma_mbx_get_dcbx_config()
2896 mqe_sge->len = cmd.hdr.pyld_len; ocrdma_mbx_get_dcbx_config()
2900 OCRDMA_SUBSYS_DCBX, cmd.hdr.pyld_len); ocrdma_mbx_get_dcbx_config()
2912 dma_free_coherent(&pdev->dev, cmd.hdr.pyld_len, req, pa); ocrdma_mbx_get_dcbx_config()
H A Docrdma_sli.h268 u32 pyld_len; member in struct:ocrdma_mqe_hdr
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c547 int len, pyld_len; bfa_fcs_lport_echo() local
563 pyld_len = rx_len - sizeof(struct fchs_s); bfa_fcs_lport_echo()
565 bfa_trc(port->fcs, pyld_len); bfa_fcs_lport_echo()
567 if (pyld_len > len) bfa_fcs_lport_echo()
570 (pyld_len - sizeof(struct fc_echo_s))); bfa_fcs_lport_echo()
573 BFA_FALSE, FC_CLASS_3, pyld_len, &fchs, NULL, NULL, bfa_fcs_lport_echo()

Completed in 235 milliseconds