Searched refs:ds_notifications (Results 1 – 3 of 3) sorted by relevance
680 dsp->ds_notifications = 0; in dld_str_destroy()1402 if (!(dsp->ds_notifications & (DL_NOTE_SDU_SIZE|DL_NOTE_SDU_SIZE2))) in str_notify_sdu_size()1412 if (dsp->ds_notifications & DL_NOTE_SDU_SIZE2) { in str_notify_sdu_size()1532 if (!(dsp->ds_notifications & DL_NOTE_PROMISC_ON_PHYS)) in str_notify_promisc_on_phys()1556 if (!(dsp->ds_notifications & DL_NOTE_PROMISC_OFF_PHYS)) in str_notify_promisc_off_phys()1582 if (!(dsp->ds_notifications & DL_NOTE_PHYS_ADDR)) in str_notify_phys_addr()1616 if (!(dsp->ds_notifications & DL_NOTE_LINK_UP)) in str_notify_link_up()1640 if (!(dsp->ds_notifications & DL_NOTE_LINK_DOWN)) in str_notify_link_down()1664 if (!(dsp->ds_notifications & DL_NOTE_SPEED)) in str_notify_speed()1689 if (!(dsp->ds_notifications & DL_NOTE_CAPAB_RENEG)) in str_notify_capab_reneg()[all …]
1155 dsp->ds_notifications = dlp->dl_notifications & note; in proto_notify_req()1165 if (dsp->ds_notifications != 0) { in proto_notify_req()
154 uint32_t ds_notifications; /* SL */ member