Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c364 mqe->hdr.pyld_len = cmd_len - sizeof(struct ocrdma_mqe_hdr); in ocrdma_init_emb_mqe()
367 mqe->hdr.pyld_len); in ocrdma_init_emb_mqe()
1297 mqe->hdr.pyld_len = dev->stats_mem.size; in ocrdma_mbx_rdma_stats()
1345 mqe->hdr.pyld_len = dma.size; in ocrdma_mbx_get_ctrl_attribs()
2886 cmd.hdr.pyld_len = max_t (u32, sizeof(struct ocrdma_get_dcbx_cfg_rsp), in ocrdma_mbx_get_dcbx_config()
2888 req = dma_alloc_coherent(&pdev->dev, cmd.hdr.pyld_len, &pa, GFP_KERNEL); in ocrdma_mbx_get_dcbx_config()
2898 mqe_sge->len = cmd.hdr.pyld_len; in ocrdma_mbx_get_dcbx_config()
2901 OCRDMA_SUBSYS_DCBX, cmd.hdr.pyld_len); in ocrdma_mbx_get_dcbx_config()
2913 dma_free_coherent(&pdev->dev, cmd.hdr.pyld_len, req, pa); in ocrdma_mbx_get_dcbx_config()
Docrdma_sli.h272 u32 pyld_len; member
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_fcs_lport.c551 int len, pyld_len; in bfa_fcs_lport_echo() local
567 pyld_len = rx_len - sizeof(struct fchs_s); in bfa_fcs_lport_echo()
569 bfa_trc(port->fcs, pyld_len); in bfa_fcs_lport_echo()
571 if (pyld_len > len) in bfa_fcs_lport_echo()
574 (pyld_len - sizeof(struct fc_echo_s))); in bfa_fcs_lport_echo()
577 BFA_FALSE, FC_CLASS_3, pyld_len, &fchs, NULL, NULL, in bfa_fcs_lport_echo()