Searched defs:vdcp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vdc.h | 273 struct vdc *vdcp; /* Ptr to vdc struct */ member in struct:vdc_server
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 142 static void vdc_switch_server(vdc_t *vdcp); 158 static int vdc_ver_negotiation(vdc_t *vdcp); 160 static int vdc_attr_negotiation(vdc_t *vdcp); 162 static int vdc_dring_negotiation(vdc_t *vdcp); 163 static int vdc_send_rdx(vdc_t *vdcp); 164 static int vdc_rdx_exchange(vdc_t *vdcp); 176 static int vdc_send_request(vdc_t *vdcp, int operation, 179 static int vdc_map_to_shared_dring(vdc_t *vdcp, int idx); 180 static int vdc_populate_descriptor(vdc_t *vdcp, int operation, 183 static int vdc_do_sync_op(vdc_t *vdcp, in 900 vdc_stop_ldc_connection(vdc_t *vdcp) argument 1678 vdc_ver_negotiation(vdc_t *vdcp) argument 1773 vdc_attr_negotiation(vdc_t *vdcp) argument 1880 vdc_dring_negotiation(vdc_t *vdcp) argument 1925 vdc_send_rdx(vdc_t *vdcp) argument 1962 vdc_handle_rdx(vdc_t *vdcp, vio_rdx_msg_t *msgp) argument 1989 vdc_rdx_exchange(vdc_t *vdcp) argument 2100 vdc_decode_tag(vdc_t *vdcp, vio_msg_t *msg) argument 2870 vdc_map_to_shared_dring(vdc_t *vdcp, int idx) argument 2930 vdc_send_request(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, buf_t *bufp, vio_desc_direction_t dir, int flags) argument 3064 vdc_populate_descriptor(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, buf_t *bufp, vio_desc_direction_t dir, int flags) argument 3348 vdc_do_sync_op(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, vio_desc_direction_t dir, boolean_t rconflict) argument 3643 vdc_populate_mem_hdl(vdc_t *vdcp, vdc_local_desc_t *ldep) argument 3874 vdc_wait_for_response(vdc_t *vdcp, vio_msg_t *msgp) argument 3939 vdc_resubmit_backup_dring(vdc_t *vdcp) argument 4030 vdc_cancel_backup_dring(vdc_t *vdcp) argument 4121 vdc_t *vdcp = (vdc_t *)arg; local 4146 vdc_backup_local_dring(vdc_t *vdcp) argument 4213 vdc_switch_server(vdc_t *vdcp) argument 4247 vdc_print_svc_status(vdc_t *vdcp) argument 4332 vdc_handshake_retry(vdc_t *vdcp, int hshake_cnt, int hattr_cnt) argument 4424 vdc_process_msg_thread(vdc_t *vdcp) argument 4946 vdc_process_data_msg(vdc_t *vdcp, vio_msg_t *msg) argument [all...] |
Completed in 65 milliseconds