Lines Matching refs:index
33 static struct sk_buff *create_monitor_ctrl_event(__le16 index, u32 cookie, in create_monitor_ctrl_event() argument
53 hdr->index = index; in create_monitor_ctrl_event()
100 hdr->index = cpu_to_le16(hdev->id); in mgmt_send_event_skb()
102 hdr->index = cpu_to_le16(MGMT_INDEX_NONE); in mgmt_send_event_skb()
126 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() argument
133 BT_DBG("sock %p, index %u, cmd %u, status %u", sk, index, cmd, status); in mgmt_cmd_status()
142 hdr->index = cpu_to_le16(index); in mgmt_cmd_status()
149 mskb = create_monitor_ctrl_event(hdr->index, hci_sock_get_cookie(sk), in mgmt_cmd_status()
169 int mgmt_cmd_complete(struct sock *sk, u16 index, u16 cmd, u8 status, in mgmt_cmd_complete() argument
186 hdr->index = cpu_to_le16(index); in mgmt_cmd_complete()
196 mskb = create_monitor_ctrl_event(hdr->index, hci_sock_get_cookie(sk), in mgmt_cmd_complete()
379 mesh_tx->index = hdev->id; in mgmt_mesh_add()