Searched defs:beiscsi_endpoint (Results 1 – 1 of 1) sorted by relevance
158 struct beiscsi_endpoint { struct159 struct beiscsi_hba *phba;160 struct beiscsi_conn *conn;161 struct iscsi_endpoint *openiscsi_ep;162 unsigned short ip_type;163 char dst6_addr[ISCSI_ADDRESS_BUF_LEN];164 unsigned long dst_addr;165 unsigned short ep_cid;166 unsigned int fw_handle;167 u16 dst_tcpport;[all …]