Searched refs:commands (Results 1 – 9 of 9) sorted by relevance
| /net/sctp/ |
| A D | sm_statefuns.c | 255 commands); in sctp_sf_do_4_C() 400 commands); in sctp_sf_do_5_1B_init() 542 commands); in sctp_sf_do_5_1C_ack() 733 commands); in sctp_sf_do_5_1D_ce() 943 commands); in sctp_sf_do_5_1E_ca() 1069 commands)) in sctp_sf_sendbeat_8_3() 1182 commands); in sctp_sf_beat_8_3() 1258 commands); in sctp_sf_backbeat_8_3() 2481 commands); in sctp_sf_cookie_echoed_err() 2872 commands); in sctp_sf_do_9_2_shutdown() [all …]
|
| A D | sm_sideeffect.c | 47 struct sctp_cmd_seq *commands, 56 struct sctp_cmd_seq *commands, 139 struct sctp_cmd_seq *commands) in sctp_gen_sack() argument 1160 struct sctp_cmd_seq commands; in sctp_do_sm() local 1169 sctp_init_cmd_seq(&commands); in sctp_do_sm() 1177 &commands, gfp); in sctp_do_sm() 1207 commands, gfp))) in sctp_side_effects() 1282 struct sctp_cmd_seq *commands, in sctp_cmd_interpreter() argument 1438 sctp_add_cmd_sf(commands, in sctp_cmd_interpreter() 1616 sctp_add_cmd_sf(commands, in sctp_cmd_interpreter() [all …]
|
| /net/ieee802154/ |
| A D | nl-mac.c | 829 u32 commands[256 / 32]; in ieee802154_llsec_parse_key() local 843 nla_memcpy(commands, in ieee802154_llsec_parse_key() 847 if (commands[0] || commands[1] || commands[2] || commands[3] || in ieee802154_llsec_parse_key() 848 commands[4] || commands[5] || commands[6] || in ieee802154_llsec_parse_key() 849 commands[7] >= BIT(IEEE802154_CMD_GTS_REQ + 1)) in ieee802154_llsec_parse_key() 852 key->cmd_frame_ids = commands[7]; in ieee802154_llsec_parse_key() 907 u32 commands[256 / 32]; in ieee802154_nl_fill_key() local 922 memset(commands, 0, sizeof(commands)); in ieee802154_nl_fill_key() 923 commands[7] = key->key->cmd_frame_ids; in ieee802154_nl_fill_key() 925 sizeof(commands), commands)) in ieee802154_nl_fill_key()
|
| A D | nl802154.c | 1969 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; in nl802154_send_key() local 1998 memset(commands, 0, sizeof(commands)); in nl802154_send_key() 1999 commands[7] = key->key->cmd_frame_ids; in nl802154_send_key() 2001 sizeof(commands), commands)) in nl802154_send_key() 2089 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32] = { }; in nl802154_add_llsec_key() local 2113 nla_memcpy(commands, attrs[NL802154_KEY_ATTR_USAGE_CMDS], in nl802154_add_llsec_key() 2117 if (commands[0] || commands[1] || commands[2] || commands[3] || in nl802154_add_llsec_key() 2118 commands[4] || commands[5] || commands[6] || in nl802154_add_llsec_key() 2119 commands[7] > BIT(NL802154_CMD_FRAME_MAX)) in nl802154_add_llsec_key() 2122 key.cmd_frame_ids = commands[7]; in nl802154_add_llsec_key()
|
| /net/bluetooth/ |
| A D | hci_sync.c | 4088 if (hdev->commands[0] & 0x20) { in hci_set_event_mask_sync() 4102 if (hdev->commands[2] & 0x80) in hci_set_event_mask_sync() 4182 if (!(hdev->commands[5] & 0x10)) in hci_setup_link_policy_sync() 4204 if (!(hdev->commands[8] & 0x01)) in hci_read_page_scan_activity_sync() 4328 if (hdev->commands[26] & 0x08) in hci_le_set_event_mask_sync() 4334 if (hdev->commands[26] & 0x10) in hci_le_set_event_mask_sync() 4340 if (hdev->commands[27] & 0x04) in hci_le_set_event_mask_sync() 4346 if (hdev->commands[27] & 0x20) in hci_le_set_event_mask_sync() 4353 if (hdev->commands[34] & 0x02) in hci_le_set_event_mask_sync() 4360 if (hdev->commands[34] & 0x04) in hci_le_set_event_mask_sync() [all …]
|
| A D | hci_codec.c | 67 if (!(hdev->commands[45] & 0x08)) { in hci_read_codec_capabilities()
|
| A D | mgmt.c | 4370 if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev)) in read_controller_cap() 4378 if (hdev->commands[20] & 0x10) in read_controller_cap() 4389 if (hdev->commands[41] & 0x08) in read_controller_cap() 4401 if (hdev->commands[38] & 0x80) { in read_controller_cap()
|
| A D | hci_event.c | 791 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands)); in hci_cc_read_local_commands()
|
| /net/phonet/ |
| A D | Kconfig | 14 from a Linux computer, although AT commands may be easier to use.
|
Completed in 836 milliseconds