Searched defs:rscn_req_payload (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c65 uint8_t *rscn_req_payload, uint32_t rscn_req_size);
1971 uint8_t *rscn_req_payload; local
1981 rscn_req_payload = kmem_alloc(rscn_req_size, KM_SLEEP);
1982 bcopy(ICMD_TO_ELS(icmd)->els_req_payload, rscn_req_payload,
1989 fct_rscn_verify(iport, rscn_req_payload,
1994 kmem_free(rscn_req_payload, rscn_req_size);
2778 fct_rscn_verify(fct_i_local_port_t *iport, uint8_t *rscn_req_payload, argument
2792 page_buf = rscn_req_payload + 4;
2793 last_page_buf = rscn_req_payload +
2794 fct_netbuf_to_value(rscn_req_payload
[all...]

Completed in 168 milliseconds