Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c180 ng_hci_lp_con_cfm_ep *cfm = NULL; in ng_hci_lp_acl_con_req() local
187 NGM_HCI_LP_CON_CFM, sizeof(*cfm), in ng_hci_lp_acl_con_req()
191 cfm->status = 0; in ng_hci_lp_acl_con_req()
192 cfm->link_type = con->link_type; in ng_hci_lp_acl_con_req()
193 cfm->con_handle = con->con_handle; in ng_hci_lp_acl_con_req()
194 bcopy(&con->bdaddr, &cfm->bdaddr, in ng_hci_lp_acl_con_req()
195 sizeof(cfm->bdaddr)); in ng_hci_lp_acl_con_req()
547 ng_hci_lp_con_cfm_ep *cfm = NULL; in ng_hci_lp_le_con_req() local
558 cfm->status = 0; in ng_hci_lp_le_con_req()
559 cfm->link_type = con->link_type; in ng_hci_lp_le_con_req()
[all …]
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c296 struct dsw_ctl_msg cfm = { in dsw_port_handle_pause_flows() local
313 dsw_port_ctl_enqueue(&dsw->ports[originating_port_id], &cfm); in dsw_port_handle_pause_flows()
935 struct dsw_ctl_msg cfm = { in dsw_port_handle_unpause_flows() local
944 dsw_port_ctl_enqueue(&dsw->ports[originating_port_id], &cfm); in dsw_port_handle_unpause_flows()