Searched refs:pdu_temp_data (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/iscsi/ |
| H A D | iscsi_rcv.c | 222 pdu->pdu_temp_data = data; in read_pdu_data() 311 memcpy(&newp[req_ccb->ccb_text_len], pdu->pdu_temp_data, pdu->pdu_temp_data_len); in collect_text_data() 314 free(pdu->pdu_temp_data, M_TEMP); in collect_text_data() 317 pdu->pdu_temp_data = newp; in collect_text_data() 322 req_ccb->ccb_text_data = pdu->pdu_temp_data; in collect_text_data() 324 pdu->pdu_temp_data = NULL; in collect_text_data() 742 ntohs(*((uint16_t *) pdu->pdu_temp_data))); in receive_command_response_pdu() 743 memcpy(req_ccb->ccb_sense_ptr, ((uint16_t *) pdu->pdu_temp_data) + 1, in receive_command_response_pdu() 893 hpdu = (pdu_header_t *) pdu->pdu_temp_data; in receive_reject_pdu()
|
| H A D | iscsi_send.c | 248 opdu->pdu_temp_data = NULL; in reassign_tasks() 734 if (rx_pdu->pdu_temp_data != NULL) in negotiate_login() 777 rx_pdu->pdu_temp_data = NULL; in negotiate_login() 794 setup_tx_uio(tx_pdu, tx_pdu->pdu_temp_data_len, tx_pdu->pdu_temp_data, FALSE); in negotiate_login() 922 tx_ccb->ccb_text_data = rx_pdu->pdu_temp_data; in negotiate_text() 924 rx_pdu->pdu_temp_data = NULL; in negotiate_text() 941 tx_pdu->pdu_temp_data, FALSE); in negotiate_text() 997 setup_tx_uio(pdu, pdu->pdu_temp_data_len, pdu->pdu_temp_data, FALSE); in send_send_targets() 1215 setup_tx_uio(pdu, pdu->pdu_temp_data_len, pdu->pdu_temp_data, FALSE); in send_login()
|
| H A D | iscsi_text.c | 932 pdu->pdu_temp_data = NULL; in complete_pars() 941 pdu->pdu_temp_data = bp; in complete_pars() 943 if (put_par_block(pdu->pdu_temp_data, len, state->pars, in complete_pars() 1356 rxpars = (uint8_t *) rx_pdu->pdu_temp_data; in assemble_security_parameters() 1657 rxpars = (uint8_t *) rx_pdu->pdu_temp_data; in assemble_negotiation_parameters() 1744 pdu->pdu_temp_data = buf; in assemble_send_targets()
|
| H A D | iscsi_utils.c | 522 if (pdu->pdu_temp_data) in free_pdu() 523 free(pdu->pdu_temp_data, M_TEMP); in free_pdu()
|
| H A D | iscsi_globals.h | 217 void *pdu_temp_data; /* (free after use) */ member
|