| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_cxt.h | 59 enum protocol_type type, 63 enum protocol_type type); 66 enum protocol_type type); 199 enum protocol_type type, 214 enum protocol_type type,
|
| H A D | ecore_spq.h | 166 enum protocol_type protocol_id, 171 enum protocol_type protocol_id);
|
| H A D | ecore_cxt_api.h | 37 enum protocol_type type;
|
| H A D | ecore_cxt.c | 255 static bool src_proto(enum protocol_type type) in src_proto() 262 static bool tm_cid_proto(enum protocol_type type) in tm_cid_proto() 270 static bool tm_tid_proto(enum protocol_type type) in tm_tid_proto() 487 enum protocol_type type, in ecore_cxt_set_proto_cid_count() 507 enum protocol_type type, in ecore_cxt_get_proto_cid_count() 517 enum protocol_type type) in ecore_cxt_get_proto_cid_start() 523 enum protocol_type type) in ecore_cxt_get_proto_tid_count() 535 enum protocol_type proto, in ecore_cxt_set_proto_tid_count() 1992 enum protocol_type type, in _ecore_cxt_acquire_cid() 2041 enum protocol_type type, in ecore_cxt_acquire_cid() [all …]
|
| H A D | ecore_rdma.h | 133 enum protocol_type proto;
|
| H A D | ecore_spq.c | 381 enum protocol_type protocol_id, in ecore_spq_register_async_cb() 394 enum protocol_type protocol_id) in ecore_spq_unregister_async_cb() 545 enum protocol_type protocol) in ecore_cqe_completion()
|
| H A D | common_hsi.h | 714 enum protocol_type enum
|
| H A D | ecore_dev.c | 984 u32 protocol_type; member 1048 p_details->protocol_type); in ecore_llh_access_filter_e4() 1050 p_details->protocol_type = ecore_ppfid_rd(p_hwfn, p_ptt, in ecore_llh_access_filter_e4() 1086 filter_details.protocol_type = filter_prot_type; in ecore_llh_add_filter_e4() 1579 filter_details.protocol_type, filter_details.hdr_sel); in ecore_llh_dump_ppfid_e4()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | proximity_ranging.c | 639 u8 protocol_type = 0; in pr_buf_add_ranging_capa_info() local 648 protocol_type |= PR_EDCA_BASED_RANGING; in pr_buf_add_ranging_capa_info() 650 protocol_type |= PR_NTB_SECURE_LTF_BASED_RANGING; in pr_buf_add_ranging_capa_info() 652 protocol_type |= PR_NTB_OPEN_BASED_RANGING; in pr_buf_add_ranging_capa_info() 653 wpabuf_put_u8(buf, protocol_type); in pr_buf_add_ranging_capa_info() 1306 wpabuf_put_u8(buf, mode->protocol_type); in pr_buf_add_operation_mode() 1342 op_mode->protocol_type = *pos; in pr_process_op_mode() 1357 op_mode->protocol_type, op_mode->role, in pr_process_op_mode() 1413 if (op_mode->protocol_type & in pr_pasn_get_best_op_mode() 1415 if (op_mode->protocol_type == PR_NTB_SECURE_LTF_BASED_RANGING && in pr_pasn_get_best_op_mode() [all …]
|
| H A D | proximity_ranging.h | 436 u8 protocol_type; member 591 u8 protocol_type); 593 void (*pasn_result)(void *ctx, u8 role, u8 protocol_type, u8 op_class, 603 u8 protocol_type, u8 op_class, u8 op_channel, 650 u8 protocol_type; member
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | pr_supplicant.c | 373 u8 role, u8 protocol_type) in wpas_pr_pasn_negotiation_started() argument 378 protocol_type); in wpas_pr_pasn_negotiation_started() 382 static void wpas_pr_pasn_result(void *ctx, u8 role, u8 protocol_type, in wpas_pr_pasn_result() argument 387 wpas_notify_pr_pasn_result(wpa_s, role, protocol_type, op_class, in wpas_pr_pasn_result() 426 u8 protocol_type) in wpas_pr_trigger_ranging() argument 466 if (protocol_type & PR_EDCA_BASED_RANGING) { in wpas_pr_trigger_ranging() 475 } else if (protocol_type & (PR_NTB_SECURE_LTF_BASED_RANGING | in wpas_pr_trigger_ranging() 486 protocol_type); in wpas_pr_trigger_ranging() 534 u8 protocol_type, u8 op_class, u8 op_channel, in wpas_pr_ranging_params() argument 546 protocol_type, freq, op_channel, bw, in wpas_pr_ranging_params() [all …]
|
| H A D | notify.c | 1548 u8 protocol_type, u8 op_class, u8 op_channel, in wpas_notify_pr_pasn_result() argument 1553 role, protocol_type, op_class, op_channel, in wpas_notify_pr_pasn_result() 1560 u8 protocol_type) in wpas_notify_pr_negotiation_started() argument 1564 MAC2STR(peer_addr), role, protocol_type); in wpas_notify_pr_negotiation_started() 1570 u8 ranging_role, u8 protocol_type, int freq, in wpas_notify_pr_ranging_params() argument 1577 protocol_type, freq, channel, bw, format_bw); in wpas_notify_pr_ranging_params()
|
| H A D | notify.h | 213 u8 protocol_type, u8 op_class, u8 op_channel, 217 u8 protocol_type);
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | scu_unsolicited_frame.h | 95 U32 protocol_type : 3; member
|
| H A D | scu_task_context.h | 596 U32 protocol_type : 3; member
|
| H A D | scic_sds_smp_request.c | 408 task_context->protocol_type = SCU_TASK_CONTEXT_PROTOCOL_SMP; in scu_smp_request_construct_task_context()
|
| H A D | scic_sds_request.c | 683 task_context->protocol_type = SCU_TASK_CONTEXT_PROTOCOL_SSP; in scu_ssp_reqeust_construct_task_context() 1990 switch (task_context->protocol_type) in scic_sds_request_constructed_state_start_handler()
|
| H A D | scic_sds_stp_request.c | 281 task_context->protocol_type = SCU_TASK_CONTEXT_PROTOCOL_STP; in scu_sata_reqeust_construct_task_context()
|
| H A D | scic_sds_port.c | 711 task_context->protocol_type = SCU_TASK_CONTEXT_PROTOCOL_SSP; in scic_sds_port_construct_dummy_task()
|
| /freebsd/sys/dev/ixl/ |
| H A D | i40e_adminq_cmd.h | 2804 u8 protocol_type; member
|
| H A D | i40e_common.c | 4600 cmd->protocol_type = protocol_index; in i40e_aq_add_udp_tunnel()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | sli4.h | 2027 uint32_t protocol_type:8, member
|