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