Home
last modified time | relevance | path

Searched refs:raw_msgid (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/bluetooth/
Dhci_bcm4377.c618 u16 raw_msgid, u8 *msgid) in bcm4377_extract_msgid() argument
620 u8 generation = FIELD_GET(BCM4377_MSGID_GENERATION, raw_msgid); in bcm4377_extract_msgid()
621 *msgid = FIELD_GET(BCM4377_MSGID_ID, raw_msgid); in bcm4377_extract_msgid()
643 u16 raw_msgid, u8 entry_flags, u8 type, in bcm4377_handle_event() argument
661 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_event()
695 u16 raw_msgid) in bcm4377_handle_ack() argument
702 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_ack()
867 u16 raw_msgid; in bcm4377_enqueue() local
907 raw_msgid = FIELD_PREP(BCM4377_MSGID_GENERATION, ring->generation); in bcm4377_enqueue()
908 raw_msgid |= FIELD_PREP(BCM4377_MSGID_ID, msgid); in bcm4377_enqueue()
[all …]