Home
last modified time | relevance | path

Searched defs:icl_pdu (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iscsi/
H A Dicl.h66 struct icl_pdu { struct
68 struct icl_conn *ip_conn;
69 struct iscsi_bhs *ip_bhs;
70 struct mbuf *ip_bhs_mbuf;
71 size_t ip_ahs_len;
72 struct mbuf *ip_ahs_mbuf;
73 size_t ip_data_len;
74 struct mbuf *ip_data_mbuf;
82 u_int ip_additional_pdus;
87 void *ip_prv0;
[all …]
H A Dicl_conn_if.m103 METHOD struct icl_pdu * new_pdu { struct
/freebsd/sys/dev/iser/
H A Dicl_iser.h304 struct icl_pdu icl_pdu; member