Searched refs:gate (Results 1 – 7 of 7) sorted by relevance
| /net/nfc/hci/ |
| A D | command.c | 96 pr_debug("%d to gate %d\n", event, gate); in nfc_hci_send_event() 98 pipe = hdev->gate2pipe[gate]; in nfc_hci_send_event() 112 int nfc_hci_send_cmd(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, in nfc_hci_send_cmd() argument 117 pipe = hdev->gate2pipe[gate]; in nfc_hci_send_cmd() 131 pipe = hdev->gate2pipe[gate]; in nfc_hci_send_cmd_async() 154 pr_debug("idx=%d to gate %d\n", idx, gate); in nfc_hci_set_param() 163 r = nfc_hci_send_cmd(hdev, gate, NFC_HCI_ANY_SET_PARAMETER, in nfc_hci_set_param() 175 pr_debug("gate=%d regidx=%d\n", gate, idx); in nfc_hci_get_param() 262 u8 pipe = hdev->gate2pipe[gate]; in nfc_hci_disconnect_gate() 277 hdev->gate2pipe[gate] = NFC_HCI_INVALID_PIPE; in nfc_hci_disconnect_gate() [all …]
|
| A D | core.c | 188 u8 gate; in nfc_hci_cmd_received() local 197 gate = hdev->pipes[pipe].gate; in nfc_hci_cmd_received() 223 if (gate == NFC_HCI_INVALID_GATE) { in nfc_hci_cmd_received() 292 pr_debug("from gate %d\n", gate); in nfc_hci_target_discovered() 298 switch (gate) { in nfc_hci_target_discovered() 367 targets->hci_reader_gate = gate; in nfc_hci_target_discovered() 385 u8 gate; in nfc_hci_event_received() local 392 gate = hdev->pipes[pipe].gate; in nfc_hci_event_received() 393 if (gate == NFC_HCI_INVALID_GATE) { in nfc_hci_event_received() 455 gates->gate, gates->pipe); in hci_dev_connect_gates() [all …]
|
| A D | hci.h | 12 u8 gate; member
|
| /net/nfc/nci/ |
| A D | hci.c | 116 hdev->pipes[i].gate = NCI_HCI_INVALID_GATE; in nci_hci_reset_pipes() 210 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event() 229 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd() 284 u8 gate = ndev->hci_dev->pipes[pipe].gate; in nci_hci_cmd_received() local 319 if (gate == NCI_HCI_INVALID_GATE) { in nci_hci_cmd_received() 564 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_set_param() 566 pr_debug("idx=%d to gate %d\n", idx, gate); in nci_hci_set_param() 610 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_get_param() 612 pr_debug("idx=%d to gate %d\n", idx, gate); in nci_hci_get_param() 704 gates->gate, gates->pipe); in nci_hci_dev_connect_gates() [all …]
|
| /net/sched/ |
| A D | act_gate.c | 590 entry->gate.entries = tcf_gate_get_list(act); in tcf_gate_get_entries() 592 if (!entry->gate.entries) in tcf_gate_get_entries() 596 entry->destructor_priv = entry->gate.entries; in tcf_gate_get_entries() 611 entry->gate.prio = tcf_gate_prio(act); in tcf_gate_offload_act_setup() 612 entry->gate.basetime = tcf_gate_basetime(act); in tcf_gate_offload_act_setup() 613 entry->gate.cycletime = tcf_gate_cycletime(act); in tcf_gate_offload_act_setup() 614 entry->gate.cycletimeext = tcf_gate_cycletimeext(act); in tcf_gate_offload_act_setup() 615 entry->gate.num_entries = tcf_gate_num_entries(act); in tcf_gate_offload_act_setup()
|
| A D | Kconfig | 931 tristate "Frame gate entry list control tc action" 936 the gate entry list.
|
| /net/mac80211/ |
| A D | mesh_pathtbl.c | 968 struct mesh_path *gate; in mesh_path_send_to_gates() local 974 hlist_for_each_entry_rcu(gate, &tbl->known_gates, gate_list) { in mesh_path_send_to_gates() 975 if (gate->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates() 976 mpath_dbg(sdata, "Forwarding to %pM\n", gate->dst); in mesh_path_send_to_gates() 977 mesh_path_move_to_queue(gate, from_mpath, copy); in mesh_path_send_to_gates() 978 from_mpath = gate; in mesh_path_send_to_gates() 983 gate->dst, gate->flags); in mesh_path_send_to_gates() 987 hlist_for_each_entry_rcu(gate, &tbl->known_gates, gate_list) { in mesh_path_send_to_gates() 988 mpath_dbg(sdata, "Sending to %pM\n", gate->dst); in mesh_path_send_to_gates() 989 mesh_path_tx_pending(gate); in mesh_path_send_to_gates()
|
Completed in 21 milliseconds