Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
H A Ddtl1_cs.c72 unsigned long flowmask; /* HCI flow mask */ member
181 u8 flowmask = *(u8 *)skb->data; in dtl1_control() local
191 if (((info->flowmask & 0x07) == 0) && ((flowmask & 0x07) != 0)) { in dtl1_control()
196 info->flowmask = flowmask; in dtl1_control()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Ddtl1_cs.c72 unsigned long flowmask; /* HCI flow mask */ member
181 u8 flowmask = *(u8 *)skb->data; in dtl1_control() local
191 if (((info->flowmask & 0x07) == 0) && ((flowmask & 0x07) != 0)) { in dtl1_control()
196 info->flowmask = flowmask; in dtl1_control()

Completed in 2 milliseconds