pd_len            389 drivers/infiniband/hw/i40iw/i40iw_cm.c 	u32 pd_len = 0;
pd_len            405 drivers/infiniband/hw/i40iw/i40iw_cm.c 		pd_len = pdata->size;
pd_len            414 drivers/infiniband/hw/i40iw/i40iw_cm.c 	packetsize += opts_len + hdr_len + pd_len;
pd_len            505 drivers/infiniband/hw/i40iw/i40iw_cm.c 		cm_node->tcp_cntxt.loc_seq_num += hdr_len + pd_len;
pd_len             24 drivers/infiniband/sw/siw/iwarp.h 	__be16 pd_len;
pd_len            338 drivers/infiniband/sw/siw/siw_cm.c 		u16 pd_len = be16_to_cpu(cep->mpa.hdr.params.pd_len);
pd_len            340 drivers/infiniband/sw/siw/siw_cm.c 		if (pd_len) {
pd_len            344 drivers/infiniband/sw/siw/siw_cm.c 			event.private_data_len = pd_len;
pd_len            453 drivers/infiniband/sw/siw/siw_cm.c static int siw_send_mpareqrep(struct siw_cep *cep, const void *pdata, u8 pd_len)
pd_len            475 drivers/infiniband/sw/siw/siw_cm.c 	if (pd_len) {
pd_len            478 drivers/infiniband/sw/siw/siw_cm.c 		iov[iovec_num].iov_len = pd_len;
pd_len            479 drivers/infiniband/sw/siw/siw_cm.c 		mpa_len += pd_len;
pd_len            482 drivers/infiniband/sw/siw/siw_cm.c 		pd_len += sizeof(cep->mpa.v2_ctrl);
pd_len            484 drivers/infiniband/sw/siw/siw_cm.c 	rr->params.pd_len = cpu_to_be16(pd_len);
pd_len            504 drivers/infiniband/sw/siw/siw_cm.c 	u16 pd_len;
pd_len            519 drivers/infiniband/sw/siw/siw_cm.c 		if (be16_to_cpu(hdr->params.pd_len) > MPA_MAX_PRIVDATA)
pd_len            522 drivers/infiniband/sw/siw/siw_cm.c 	pd_len = be16_to_cpu(hdr->params.pd_len);
pd_len            529 drivers/infiniband/sw/siw/siw_cm.c 	to_rcv = pd_len - (cep->mpa.bytes_rcvd - sizeof(struct mpa_rr));
pd_len            561 drivers/infiniband/sw/siw/siw_cm.c 		cep->mpa.pdata = kmalloc(pd_len + 4, GFP_KERNEL);
pd_len            578 drivers/infiniband/sw/siw/siw_cm.c 		siw_dbg_cep(cep, "%d bytes private data received\n", pd_len);
pd_len            594 drivers/infiniband/sw/siw/siw_cm.c 	u16 pd_len;
pd_len            603 drivers/infiniband/sw/siw/siw_cm.c 	pd_len = be16_to_cpu(req->params.pd_len);
pd_len            622 drivers/infiniband/sw/siw/siw_cm.c 		if (pd_len < sizeof(struct mpa_v2_data))
pd_len            705 drivers/infiniband/sw/siw/siw_cm.c 	if (pd_len)
pd_len           1123 drivers/infiniband/sw/siw/siw_cm.c 			cep->mpa.hdr.params.pd_len = 0;
pd_len           1345 drivers/infiniband/sw/siw/siw_cm.c 	u16 pd_len = params->private_data_len;
pd_len           1348 drivers/infiniband/sw/siw/siw_cm.c 	if (pd_len > MPA_MAX_PRIVDATA)
pd_len           1378 drivers/infiniband/sw/siw/siw_cm.c 			   pd_len,
pd_len           1386 drivers/infiniband/sw/siw/siw_cm.c 			   pd_len,
pd_len           1500 drivers/infiniband/sw/siw/siw_cm.c 	rv = siw_send_mpareqrep(cep, params->private_data, pd_len);
pd_len           1504 drivers/infiniband/sw/siw/siw_cm.c 	cep->mpa.hdr.params.pd_len = 0;
pd_len           1573 drivers/infiniband/sw/siw/siw_cm.c 	if (cep->mpa.hdr.params.pd_len) {
pd_len           1574 drivers/infiniband/sw/siw/siw_cm.c 		cep->mpa.hdr.params.pd_len = 0;
pd_len           1750 drivers/infiniband/sw/siw/siw_cm.c int siw_reject(struct iw_cm_id *id, const void *pdata, u8 pd_len)
pd_len           1768 drivers/infiniband/sw/siw/siw_cm.c 		    pd_len);
pd_len           1772 drivers/infiniband/sw/siw/siw_cm.c 		siw_send_mpareqrep(cep, pdata, pd_len);
pd_len            270 net/sctp/stream_interleave.c 	__u32 pd_len = 0;
pd_len            293 net/sctp/stream_interleave.c 				pd_len = pos->len;
pd_len            307 net/sctp/stream_interleave.c 					pd_len += pos->len;
pd_len            328 net/sctp/stream_interleave.c 	if (pd_point && pd_point <= pd_len) {
pd_len            659 net/sctp/stream_interleave.c 	__u32 pd_len = 0;
pd_len            683 net/sctp/stream_interleave.c 				pd_len = pos->len;
pd_len            697 net/sctp/stream_interleave.c 					pd_len += pos->len;
pd_len            718 net/sctp/stream_interleave.c 	if (pd_point && pd_point <= pd_len) {
pd_len            408 net/sctp/ulpqueue.c 	size_t pd_len = 0;
pd_len            444 net/sctp/ulpqueue.c 			    pd_len = pos->len;
pd_len            448 net/sctp/ulpqueue.c 			    pd_len = 0;
pd_len            460 net/sctp/ulpqueue.c 				    pd_len += pos->len;
pd_len            488 net/sctp/ulpqueue.c 		if (pd_point && pd_point <= pd_len) {