Searched defs:beiscsi_endpoint (Results 1 – 1 of 1) sorted by relevance
153 struct beiscsi_endpoint { struct154 struct beiscsi_hba *phba;155 struct beiscsi_conn *conn;156 struct iscsi_endpoint *openiscsi_ep;157 unsigned short ip_type;158 char dst6_addr[ISCSI_ADDRESS_BUF_LEN];159 unsigned long dst_addr;160 unsigned short ep_cid;161 unsigned int fw_handle;162 u16 dst_tcpport;[all …]