Searched refs:raw_msgid (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 629 u16 raw_msgid, u8 *msgid) in bcm4377_extract_msgid() argument 631 u8 generation = FIELD_GET(BCM4377_MSGID_GENERATION, raw_msgid); in bcm4377_extract_msgid() 632 *msgid = FIELD_GET(BCM4377_MSGID_ID, raw_msgid); in bcm4377_extract_msgid() 654 u16 raw_msgid, u8 entry_flags, u8 type, in bcm4377_handle_event() argument 672 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_event() 706 u16 raw_msgid) in bcm4377_handle_ack() argument 713 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_ack() 878 u16 raw_msgid; in bcm4377_enqueue() local 918 raw_msgid = FIELD_PREP(BCM4377_MSGID_GENERATION, ring->generation); in bcm4377_enqueue() 919 raw_msgid |= FIELD_PREP(BCM4377_MSGID_ID, msgid); in bcm4377_enqueue() [all …]
|