Lines Matching refs:notif
369 if (evt->notif.size < sizeof(*be) + sizeof(*bf)) { in uwb_verify_beacon()
371 "(%zu vs %zu bytes needed)\n", evt->notif.size, in uwb_verify_beacon()
402 be = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon, rceb); in uwbd_evt_handle_rc_beacon()
476 if (evt->notif.size < sizeof(*bs)) { in uwbd_evt_handle_rc_beacon_size()
479 evt->notif.size, sizeof(*bs)); in uwbd_evt_handle_rc_beacon_size()
482 bs = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon_size, rceb); in uwbd_evt_handle_rc_beacon_size()
512 if (evt->notif.size < sizeof(*bpsc)) { in uwbd_evt_handle_rc_bp_slot_change()
516 bpsc = container_of(evt->notif.rceb, struct uwb_rc_evt_bp_slot_change, rceb); in uwbd_evt_handle_rc_bp_slot_change()
550 if (evt->notif.size < sizeof(*bpoiec)) { in uwbd_evt_handle_rc_bpoie_change()
553 evt->notif.size, sizeof(*bpoiec)); in uwbd_evt_handle_rc_bpoie_change()
556 bpoiec = container_of(evt->notif.rceb, struct uwb_rc_evt_bpoie_change, rceb); in uwbd_evt_handle_rc_bpoie_change()