Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_bcm4377.c619 u16 raw_msgid, u8 *msgid) in bcm4377_extract_msgid()
621 u8 generation = FIELD_GET(BCM4377_MSGID_GENERATION, raw_msgid); in bcm4377_extract_msgid()
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()
662 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_event()
696 u16 raw_msgid) in bcm4377_handle_ack()
703 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_ack()
868 u16 raw_msgid; in bcm4377_enqueue() local
908 raw_msgid = FIELD_PREP(BCM4377_MSGID_GENERATION, ring->generation); in bcm4377_enqueue()
909 raw_msgid | in bcm4377_enqueue()
617 bcm4377_extract_msgid(struct bcm4377_data *bcm4377, struct bcm4377_transfer_ring *ring, u16 raw_msgid, u8 *msgid) bcm4377_extract_msgid() argument
642 bcm4377_handle_event(struct bcm4377_data *bcm4377, struct bcm4377_transfer_ring *ring, u16 raw_msgid, u8 entry_flags, u8 type, void *payload, size_t len) bcm4377_handle_event() argument
694 bcm4377_handle_ack(struct bcm4377_data *bcm4377, struct bcm4377_transfer_ring *ring, u16 raw_msgid) bcm4377_handle_ack() argument
1064 u16 raw_msgid = FIELD_PREP(BCM4377_MSGID_GENERATION, bcm4377_create_transfer_ring() local
[all...]

Completed in 3 milliseconds