Searched refs:vsw_send_msg (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_txdring.c | 67 int vsw_send_msg(vsw_ldc_t *, void *, int, boolean_t); 104 (void) vsw_send_msg(ldcp, (void *)pkt, \ 627 vsw_send_msg(vsw_ldc_t *ldcp, void *msgp, int size, boolean_t handle_reset) in vsw_send_msg() function 915 (void) vsw_send_msg(ldcp, (void *)&dring_pkt, in vsw_dringsend() 1302 msg_rv = vsw_send_msg(ldcp, (void *)dring_pkt, in vsw_process_dringdata() 1386 (void) vsw_send_msg(ldcp, (void *)dring_pkt, in vsw_process_dringdata() 1462 msg_rv = vsw_send_msg(ldcp, (void *)dring_pkt, in vsw_process_dringdata()
|
H A D | vsw_ldc.c | 202 extern int vsw_send_msg(vsw_ldc_t *, void *, int, boolean_t); 1162 (void) vsw_send_msg(ldcp, msgp, sizeof (msg), B_TRUE); in vsw_send_physlink_msg() 2356 (void) vsw_send_msg(ldcp, (void *)ver_pkt, in vsw_process_ctrl_ver_pkt() 2423 (void) vsw_send_msg(ldcp, (void *)ver_pkt, in vsw_process_ctrl_ver_pkt() 2490 (void) vsw_send_msg(ldcp, (void *)ver_pkt, in vsw_process_ctrl_ver_pkt() 2911 (void) vsw_send_msg(ldcp, (void *)attr_pkt, in vsw_process_ctrl_attr_pkt() 3060 (void) vsw_send_msg(ldcp, (void *)tagp, msgsize, B_TRUE); in vsw_process_ctrl_dring_reg_pkt() 3143 (void) vsw_send_msg(ldcp, (void *)pkt, \ 3228 (void) vsw_send_msg(ldcp, (void *)mcst_pkt, in vsw_process_ctrl_mcst_pkt() 3296 (void) vsw_send_msg(ldcp, (void *)rdx_pkt, in vsw_process_ctrl_rdx_pkt() [all …]
|
H A D | vsw_hio.c | 82 extern int vsw_send_msg(vsw_ldc_t *, void *, int, boolean_t); 641 rv = vsw_send_msg(ldcp, &vmsg, sizeof (vmsg), B_FALSE); in vsw_send_dds_msg() 757 rv = vsw_send_msg(ldcp, dmsg, sizeof (vio_dds_msg_t), B_FALSE); in vsw_send_dds_resp_msg()
|