Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw_cm.c338 u16 pd_len = be16_to_cpu(cep->mpa.hdr.params.pd_len); in siw_cm_upcall() local
340 if (pd_len) { in siw_cm_upcall()
344 event.private_data_len = pd_len; in siw_cm_upcall()
453 static int siw_send_mpareqrep(struct siw_cep *cep, const void *pdata, u8 pd_len) in siw_send_mpareqrep() argument
475 if (pd_len) { in siw_send_mpareqrep()
478 iov[iovec_num].iov_len = pd_len; in siw_send_mpareqrep()
479 mpa_len += pd_len; in siw_send_mpareqrep()
482 pd_len += sizeof(cep->mpa.v2_ctrl); in siw_send_mpareqrep()
484 rr->params.pd_len = cpu_to_be16(pd_len); in siw_send_mpareqrep()
504 u16 pd_len; in siw_recv_mpa_rr() local
[all …]
Diwarp.h24 __be16 pd_len; member
/drivers/infiniband/hw/irdma/
Dcm.c313 u32 pd_len = 0; in irdma_form_ah_cm_frame() local
336 pd_len = pdata->size; in irdma_form_ah_cm_frame()
338 pktsize = sizeof(*tcph) + opts_len + hdr_len + pd_len; in irdma_form_ah_cm_frame()
365 cm_node->tcp_cntxt.loc_seq_num += hdr_len + pd_len; in irdma_form_ah_cm_frame()
427 u32 pd_len = 0; in irdma_form_uda_cm_frame() local
445 pd_len = pdata->size; in irdma_form_uda_cm_frame()
454 pktsize += opts_len + hdr_len + pd_len; in irdma_form_uda_cm_frame()
553 cm_node->tcp_cntxt.loc_seq_num += hdr_len + pd_len; in irdma_form_uda_cm_frame()