Searched refs:vsw_del_mcst (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 116 int vsw_del_mcst(vsw_t *, uint8_t, uint64_t, void *); 1558 (void) vsw_del_mcst(vswp, 1575 (void) vsw_del_mcst(vswp, 1598 if (vsw_del_mcst(vswp, VSW_VNETPORT, addr, port) == 0) { 1740 vsw_del_mcst(vsw_t *vswp, uint8_t devtype, uint64_t addr, void *arg) function 1837 (void) vsw_del_mcst(vswp, VSW_VNETPORT, 1878 (void) vsw_del_mcst(vswp, VSW_LOCALDEV, vswp->mcap->addr, NULL);
|
H A D | vsw.c | 137 extern int vsw_del_mcst(vsw_t *, uint8_t, uint64_t, void *); 1274 (void) vsw_del_mcst(vswp, 1288 (void) vsw_del_mcst(vswp, 1309 if (vsw_del_mcst(vswp, VSW_LOCALDEV, addr, NULL) == 0) {
|
H A D | vsw_ldc.c | 180 extern int vsw_del_mcst(vsw_t *vswp, uint8_t devtype, uint64_t addr, void *arg);
|
Completed in 78 milliseconds