Home
last modified time | relevance | path

Searched refs:ip_data_mbuf (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/iscsi/
H A Dicl_soft.c195 m_freem(ip->ip_data_mbuf); in icl_soft_conn_pdu_free()
227 m_freem(ip->ip_data_mbuf); in icl_soft_pdu_done()
228 ip->ip_data_mbuf = NULL; in icl_soft_pdu_done()
514 if (request->ip_data_mbuf == NULL) in icl_pdu_receive_data_segment()
515 request->ip_data_mbuf = m; in icl_pdu_receive_data_segment()
517 m_cat(request->ip_data_mbuf, m); in icl_pdu_receive_data_segment()
548 valid_digest = icl_mbuf_to_crc32c(request->ip_data_mbuf, in icl_pdu_check_data_digest()
846 ok = m_append(request->ip_data_mbuf, padding, in icl_pdu_finalize()
855 digest = icl_mbuf_to_crc32c(request->ip_data_mbuf, in icl_pdu_finalize()
858 ok = m_append(request->ip_data_mbuf, sizeof(digest), in icl_pdu_finalize()
[all …]
H A Dicl.h74 struct mbuf *ip_data_mbuf; member
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c182 m_freem(ip->ip_data_mbuf); in icl_cxgbei_conn_pdu_free()
224 m_freem(ip->ip_data_mbuf); in icl_cxgbei_pdu_done()
225 ip->ip_data_mbuf = NULL; in icl_cxgbei_pdu_done()
343 m = ip->ip_data_mbuf; in finalize_pdu()
412 m->m_next = ip->ip_data_mbuf; in finalize_pdu()
415 ip->ip_data_mbuf = NULL; in finalize_pdu()
633 m_tail = ip->ip_data_mbuf; in icl_cxgbei_conn_pdu_append_bio()
676 ip->ip_data_mbuf = m; in icl_cxgbei_conn_pdu_append_bio()
691 ip->ip_data_mbuf = m; in icl_cxgbei_conn_pdu_append_bio()
701 if (ip->ip_data_mbuf == NULL) { in icl_cxgbei_conn_pdu_append_bio()
[all …]
H A Dcxgbei.c254 MPASS(icp->ip.ip_data_mbuf == NULL); in do_rx_iscsi_data()
262 icp->ip.ip_data_mbuf = m; in do_rx_iscsi_data()
401 ip->ip_data_mbuf = m; in parse_pdu()
494 if (val & F_DDP_PDU && ip->ip_data_mbuf == NULL) { in do_rx_iscsi_ddp()
710 if (val & F_DDP_PDU && ip->ip_data_mbuf == NULL) { in do_rx_iscsi_cmp()
770 MPASS(ip->ip_data_len == ip->ip_data_mbuf->m_pkthdr.len); in do_rx_iscsi_cmp()
/freebsd/sys/dev/iser/
H A Dicl_iser.c149 MPASS(ip->ip_data_mbuf == NULL); in iser_conn_pdu_get_bio()
157 if (ip->ip_data_mbuf) in iser_conn_pdu_get_data()
158 memcpy(addr, ip->ip_data_mbuf + off, len); in iser_conn_pdu_get_data()
H A Diser_initiator.c501 response->ip_data_mbuf = (struct mbuf *)(rx_desc->data); in iser_rcv_completion()