Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c62 static int complete_command (ng_hci_unit_p, int, struct mbuf **);
185 error = complete_command(unit, ep->opcode, &cp); in ng_hci_process_command_complete()
288 error = complete_command(unit, ep->opcode, &cp); in ng_hci_process_command_status()
335 complete_command(ng_hci_unit_p unit, int opcode, struct mbuf **cp) in complete_command() function