Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm4377.c619 u16 raw_msgid, u8 *msgid) in bcm4377_extract_msgid() argument
622 *msgid = FIELD_GET(BCM4377_MSGID_ID, raw_msgid); in bcm4377_extract_msgid()
644 u16 raw_msgid, u8 entry_flags, u8 type, in bcm4377_handle_event() argument
696 u16 raw_msgid) in bcm4377_handle_ack() argument
703 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_ack()
868 u16 raw_msgid; in bcm4377_enqueue() local
909 raw_msgid |= FIELD_PREP(BCM4377_MSGID_ID, msgid); in bcm4377_enqueue()
915 entry->id = cpu_to_le16(raw_msgid); in bcm4377_enqueue()
1064 u16 raw_msgid = FIELD_PREP(BCM4377_MSGID_GENERATION, in bcm4377_create_transfer_ring() local
1066 raw_msgid |= FIELD_PREP(BCM4377_MSGID_ID, i); in bcm4377_create_transfer_ring()
[all …]