Home
last modified time | relevance | path

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

/net/ncsi/
Dncsi-cmd.c287 nr = ncsi_alloc_request(ndp, nca->req_flags); in ncsi_alloc_command()
327 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) in ncsi_xmit_cmd()
362 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) { in ncsi_xmit_cmd()
Dncsi-manage.c132 nca.req_flags = 0; in ncsi_channel_monitor()
354 unsigned int req_flags) in ncsi_alloc_request() argument
368 nr->flags = req_flags; in ncsi_alloc_request()
380 nr->flags = req_flags; in ncsi_alloc_request()
479 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_suspend_channel()
918 nca.req_flags = 0; in ncsi_update_tx_channel()
1005 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_configure_channel()
1359 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_probe_channel()
Dinternal.h355 unsigned int req_flags; /* NCSI request properties */ member
395 unsigned int req_flags);
Dncsi-netlink.c461 nca.req_flags = NCSI_REQ_FLAG_NETLINK_DRIVEN; in ncsi_send_cmd_nl()
/net/bluetooth/
Dhci_core.c4273 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_send_cmd()
5020 return (bt_cb(skb)->hci.req_flags & HCI_REQ_START); in hci_req_is_complete()
5083 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
5096 if (bt_cb(skb)->hci.req_flags & HCI_REQ_START) { in hci_req_cmd_complete()
5101 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
Dhci_request.c81 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()
340 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_req_add_ev()
Dhci_sock.c1859 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_sock_sendmsg()