Searched defs:gate (Results 1 - 5 of 5) sorted by relevance

/net/nfc/hci/
H A Dhcp.c131 int gate; local
133 for (gate = 0; gate < NFC_HCI_MAX_GATES; gate++)
134 if (hdev->gate2pipe[gate] == pipe)
135 return gate;
H A Dcommand.c103 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event, argument
108 pr_debug("%d to gate %d\n", event, gate);
110 pipe = hdev->gate2pipe[gate];
119 int nfc_hci_send_response(struct nfc_hci_dev *hdev, u8 gate, u8 response, argument
126 pipe = hdev->gate2pipe[gate];
137 * Execute an hci command sent to gate.
141 int nfc_hci_send_cmd(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, argument
148 pipe = hdev->gate2pipe[gate];
156 int nfc_hci_send_cmd_async(struct nfc_hci_dev *hdev, u8 gate, u argument
173 nfc_hci_set_param(struct nfc_hci_dev *hdev, u8 gate, u8 idx, const u8 *param, size_t param_len) argument
205 nfc_hci_get_param(struct nfc_hci_dev *hdev, u8 gate, u8 idx, struct sk_buff **skb) argument
298 nfc_hci_disconnect_gate(struct nfc_hci_dev *hdev, u8 gate) argument
[all...]
H A Dhci.h26 u8 gate; member in struct:gate_pipe_map
H A Dcore.c192 int nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate) argument
200 pr_debug("from gate %d\n", gate);
206 switch (gate) {
247 r = hdev->ops->complete_target_discovered(hdev, gate,
258 r = hdev->ops->target_from_gate(hdev, gate, targets);
265 r = hdev->ops->complete_target_discovered(hdev, gate,
273 /* if driver set the new gate, we will skip the old one */
275 targets->hci_reader_gate = gate;
293 u8 gate local
[all...]
/net/mac80211/
H A Dmesh_pathtbl.c128 struct mpath_node *gate; local
142 hlist_for_each_entry_safe(gate, q,
144 hlist_del(&gate->list);
145 kfree(gate);
269 * a gate mpath. The function also adds the Address Extension field and
275 * The gate mpath must be an active mpath with a valid mpath->next_hop.
277 * @mpath: An active mpath the frames will be sent to (i.e. the gate)
320 mpath_dbg(gate_mpath->sdata, "Mpath queue for gate %pM has %d frames\n",
411 * mesh_path_add_gate - add the given mpath to a mesh gate to our path table
412 * @mpath: gate pat
417 struct mpath_node *gate, *new_gate; local
459 struct mpath_node *gate; local
916 struct mpath_node *gate = NULL; local
[all...]

Completed in 88 milliseconds