Searched refs:iscsi_bhs_text_response (Results 1 – 3 of 3) sorted by relevance
49 struct iscsi_bhs_text_response *bhstr; in text_receive()56 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs; in text_receive()
91 struct iscsi_bhs_text_response *bhstr2; in text_new_response()97 bhstr2 = (struct iscsi_bhs_text_response *)response->pdu_bhs; in text_new_response()
260 struct iscsi_bhs_text_response { struct274 CTASSERT(sizeof(struct iscsi_bhs_text_response) == ISCSI_BHS_SIZE); argument