Searched refs:op_type (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | ath_procfs.c | 337 uint32_t op_type, in ath_procfs_diag_read_ext() argument 364 if (op_type == OP_TYPE_EXT_DIRECT) in ath_procfs_diag_read_ext() 405 uint32_t op_type, in ath_procfs_diag_write_ext() argument 441 if (op_type == OP_TYPE_EXT_DIRECT) in ath_procfs_diag_write_ext() 469 uint32_t *op_type, in get_fields_from_pos() argument 473 *op_type = QDF_GET_BITS64(pos, ATH_DIAG_EXT_OP_TYPE_INDEX, in get_fields_from_pos() 488 uint32_t op_type; in ath_procfs_diag_read() local 493 get_fields_from_pos(*pos, &op_type, &memtype, &offset); in ath_procfs_diag_read() 503 count, offset, op_type, memtype, *pos); in ath_procfs_diag_read() 505 switch (op_type) { in ath_procfs_diag_read() [all …]
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_tlv_defs.h | 104 #define WMITLV_ELEM(wmi_cmd_event_id, op_type, param_ptr, param_len, elem_tlv_tag, elem_struc_type,… argument 105 …WMITLV_OP_##op_type##_macro(param_ptr, param_len, wmi_cmd_event_id, elem_tlv_tag, elem_struc_type,… 111 #define WMITLV_FXAR(wmi_cmd_event_id, op_type, param_ptr, param_len, elem_tlv_tag, elem_struc_type,… argument 112 …WMITLV_OP_##op_type##_macro(param_ptr, param_len, wmi_cmd_event_id, elem_tlv_tag, elem_struc_type,…
|