Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h85 #define NUM_REASSEMBLY 4 macro
155 struct sk_buff *reassembly[NUM_REASSEMBLY];
/linux-2.6.39/net/bluetooth/
Dhci_core.c1133 for (i = 0; i < NUM_REASSEMBLY; i++) in hci_register_dev()
1204 for (i = 0; i < NUM_REASSEMBLY; i++) in hci_unregister_dev()
1286 index >= NUM_REASSEMBLY) in hci_reassembly()