Home
last modified time | relevance | path

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

/openbmc/linux/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()