Home
last modified time | relevance | path

Searched defs:vdcp (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/uts/sun4v/io/
H A Dvdc.c900 vdc_stop_ldc_connection(vdc_t * vdcp) vdc_stop_ldc_connection() argument
1678 vdc_ver_negotiation(vdc_t * vdcp) vdc_ver_negotiation() argument
1773 vdc_attr_negotiation(vdc_t * vdcp) vdc_attr_negotiation() argument
1880 vdc_dring_negotiation(vdc_t * vdcp) vdc_dring_negotiation() argument
1925 vdc_send_rdx(vdc_t * vdcp) vdc_send_rdx() argument
1962 vdc_handle_rdx(vdc_t * vdcp,vio_rdx_msg_t * msgp) vdc_handle_rdx() argument
1989 vdc_rdx_exchange(vdc_t * vdcp) vdc_rdx_exchange() argument
2100 vdc_decode_tag(vdc_t * vdcp,vio_msg_t * msg) vdc_decode_tag() argument
2870 vdc_map_to_shared_dring(vdc_t * vdcp,int idx) vdc_map_to_shared_dring() 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) vdc_send_request() 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) vdc_populate_descriptor() 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) vdc_do_sync_op() argument
3643 vdc_populate_mem_hdl(vdc_t * vdcp,vdc_local_desc_t * ldep) vdc_populate_mem_hdl() argument
3874 vdc_wait_for_response(vdc_t * vdcp,vio_msg_t * msgp) vdc_wait_for_response() argument
3939 vdc_resubmit_backup_dring(vdc_t * vdcp) vdc_resubmit_backup_dring() argument
4030 vdc_cancel_backup_dring(vdc_t * vdcp) vdc_cancel_backup_dring() argument
4121 vdc_t *vdcp = (vdc_t *)arg; vdc_connection_timeout() local
4146 vdc_backup_local_dring(vdc_t * vdcp) vdc_backup_local_dring() argument
4213 vdc_switch_server(vdc_t * vdcp) vdc_switch_server() argument
4247 vdc_print_svc_status(vdc_t * vdcp) vdc_print_svc_status() argument
4332 vdc_handshake_retry(vdc_t * vdcp,int hshake_cnt,int hattr_cnt) vdc_handshake_retry() argument
4424 vdc_process_msg_thread(vdc_t * vdcp) vdc_process_msg_thread() argument
4946 vdc_process_data_msg(vdc_t * vdcp,vio_msg_t * msg) vdc_process_data_msg() argument
[all...]
/titanic_51/usr/src/uts/sun4v/sys/
H A Dvdc.h273 struct vdc *vdcp; /* Ptr to vdc struct */ member