Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 8 of 8) sorted by relevance

/net/sctp/
Dsm_statefuns.c58 struct sctp_cmd_seq *commands);
67 struct sctp_cmd_seq *commands,
75 struct sctp_cmd_seq *commands);
82 struct sctp_cmd_seq *commands);
89 struct sctp_cmd_seq *commands);
96 struct sctp_cmd_seq *commands);
101 struct sctp_cmd_seq *commands,
111 struct sctp_cmd_seq *commands,
121 struct sctp_cmd_seq *commands);
129 struct sctp_cmd_seq *commands);
[all …]
Dsm_sideeffect.c47 struct sctp_cmd_seq *commands,
56 struct sctp_cmd_seq *commands,
139 struct sctp_cmd_seq *commands) in sctp_gen_sack() argument
200 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack()
215 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack()
218 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack()
550 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() argument
625 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() argument
636 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed()
639 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed()
[all …]
/net/ieee802154/
Dnl-mac.c838 u32 commands[256 / 32]; in ieee802154_llsec_parse_key() local
852 nla_memcpy(commands, in ieee802154_llsec_parse_key()
856 if (commands[0] || commands[1] || commands[2] || commands[3] || in ieee802154_llsec_parse_key()
857 commands[4] || commands[5] || commands[6] || in ieee802154_llsec_parse_key()
858 commands[7] >= BIT(IEEE802154_CMD_GTS_REQ + 1)) in ieee802154_llsec_parse_key()
861 key->cmd_frame_ids = commands[7]; in ieee802154_llsec_parse_key()
916 u32 commands[256 / 32]; in ieee802154_nl_fill_key() local
931 memset(commands, 0, sizeof(commands)); in ieee802154_nl_fill_key()
932 commands[7] = key->key->cmd_frame_ids; in ieee802154_nl_fill_key()
934 sizeof(commands), commands)) in ieee802154_nl_fill_key()
Dnl802154.c1439 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; in nl802154_send_key() local
1468 memset(commands, 0, sizeof(commands)); in nl802154_send_key()
1469 commands[7] = key->key->cmd_frame_ids; in nl802154_send_key()
1471 sizeof(commands), commands)) in nl802154_send_key()
1559 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32] = { }; in nl802154_add_llsec_key() local
1583 nla_memcpy(commands, attrs[NL802154_KEY_ATTR_USAGE_CMDS], in nl802154_add_llsec_key()
1587 if (commands[0] || commands[1] || commands[2] || commands[3] || in nl802154_add_llsec_key()
1588 commands[4] || commands[5] || commands[6] || in nl802154_add_llsec_key()
1589 commands[7] > BIT(NL802154_CMD_FRAME_MAX)) in nl802154_add_llsec_key()
1592 key.cmd_frame_ids = commands[7]; in nl802154_add_llsec_key()
/net/bluetooth/
Dhci_core.c241 if (req->hdev->commands[14] & 0x20) in amp_init2()
351 if (hdev->commands[0] & 0x20) { in hci_setup_event_mask()
360 if (hdev->commands[2] & 0x80) in hci_setup_event_mask()
594 if (hdev->commands[6] & 0x20 && in hci_init3_req()
603 if (hdev->commands[5] & 0x10) in hci_init3_req()
606 if (hdev->commands[8] & 0x01) in hci_init3_req()
609 if (hdev->commands[18] & 0x04 && in hci_init3_req()
617 if (hdev->commands[13] & 0x01) in hci_init3_req()
669 if (hdev->commands[26] & 0x08) in hci_init3_req()
675 if (hdev->commands[26] & 0x10) in hci_init3_req()
[all …]
Dhci_event.c622 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands)); in hci_cc_read_local_commands()
3220 if (!(hdev->commands[20] & 0x10)) { in hci_encrypt_change_evt()
Dmgmt.c3741 if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev)) in read_controller_cap()
3749 if (hdev->commands[20] & 0x10) in read_controller_cap()
3760 if (hdev->commands[41] & 0x08) in read_controller_cap()
3772 if (hdev->commands[38] & 0x80) { in read_controller_cap()
/net/phonet/
DKconfig14 from a Linux computer, although AT commands may be easier to use.