Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 9 of 9) 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.c1796 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; in nl802154_send_key() local
1825 memset(commands, 0, sizeof(commands)); in nl802154_send_key()
1826 commands[7] = key->key->cmd_frame_ids; in nl802154_send_key()
1828 sizeof(commands), commands)) in nl802154_send_key()
1916 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32] = { }; in nl802154_add_llsec_key() local
1940 nla_memcpy(commands, attrs[NL802154_KEY_ATTR_USAGE_CMDS], in nl802154_add_llsec_key()
1944 if (commands[0] || commands[1] || commands[2] || commands[3] || in nl802154_add_llsec_key()
1945 commands[4] || commands[5] || commands[6] || in nl802154_add_llsec_key()
1946 commands[7] > BIT(NL802154_CMD_FRAME_MAX)) in nl802154_add_llsec_key()
1949 key.cmd_frame_ids = commands[7]; in nl802154_add_llsec_key()
/net/bluetooth/
Dhci_sync.c3758 if (iso_capable(hdev) && hdev->commands[41] & 0x20) in hci_le_read_buffer_size_sync()
3858 if (hdev->commands[0] & 0x20) { in hci_set_event_mask_sync()
3872 if (hdev->commands[2] & 0x80) in hci_set_event_mask_sync()
3935 if (!(hdev->commands[6] & 0x20) || in hci_read_stored_link_key_sync()
3952 if (!(hdev->commands[5] & 0x10)) in hci_setup_link_policy_sync()
3974 if (!(hdev->commands[8] & 0x01)) in hci_read_page_scan_activity_sync()
3983 if (!(hdev->commands[18] & 0x04) || in hci_read_def_err_data_reporting_sync()
3998 if (!(hdev->commands[13] & 0x01)) in hci_read_page_scan_type_sync()
4089 if (hdev->commands[26] & 0x08) in hci_le_set_event_mask_sync()
4095 if (hdev->commands[26] & 0x10) in hci_le_set_event_mask_sync()
[all …]
Dhci_codec.c67 if (!(hdev->commands[45] & 0x08)) { in hci_read_codec_capabilities()
Dhci_event.c787 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands)); in hci_cc_read_local_commands()
Dmgmt.c4246 if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev)) in read_controller_cap()
4254 if (hdev->commands[20] & 0x10) in read_controller_cap()
4265 if (hdev->commands[41] & 0x08) in read_controller_cap()
4277 if (hdev->commands[38] & 0x80) { in read_controller_cap()
/net/phonet/
DKconfig14 from a Linux computer, although AT commands may be easier to use.