Searched refs:fcalpkt (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun/io/ |
H A D | socal.c | 2572 socal_transport(fcal_packet_t *fcalpkt, fcal_sleep_t sleep, int req_q_no) in socal_transport() argument 2574 socal_state_t *socalp = (socal_state_t *)fcalpkt->fcal_pkt_cookie; in socal_transport() 2580 soc_request_t *sp = (soc_request_t *)&fcalpkt->fcal_socal_request; in socal_transport() 2589 instance, fcalpkt, sleep)); in socal_transport() 2591 fcalpkt->fcal_cmd_state = 0; in socal_transport() 2592 fcalpkt->fcal_pkt_flags &= ~(FCFLAG_COMPLETE | FCFLAG_ABORTING); in socal_transport() 2595 req_q_no, sleep, fcalpkt, 0)); in socal_transport() 2754 socal_transport_poll(fcal_packet_t *fcalpkt, uint_t timeout, int req_q_no) in socal_transport_poll() argument 2756 socal_state_t *socalp = (socal_state_t *)fcalpkt->fcal_pkt_cookie; in socal_transport_poll() 2761 soc_request_t *sp = (soc_request_t *)&fcalpkt->fcal_socal_request; in socal_transport_poll() [all …]
|
/titanic_41/usr/src/uts/common/sys/fc4/ |
H A D | fcal_transport.h | 122 uint_t (*fcal_transport)(fcal_packet_t *fcalpkt, 125 uint_t (*fcal_transport_poll)(fcal_packet_t *fcalpkt, 138 fcal_packet_t *fcalpkt,
|