Searched refs:p_data (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/usr.bin/find/
H A Doperator.c107 node->p_data[0] = subplan;
180 next->p_data[0] = not_squish(next->p_data[0]);
204 node->p_data[0] = not_squish(node->p_data[0]);
208 next->p_data[0] = node;
242 next->p_data[0] = or_squish(next->p_data[0]);
246 next->p_data[0] = or_squish(next->p_data[
[all...]
H A Dfind.h123 #define p_data p_un._p_data macro
H A Dfunction.c1687 for (p = plan->p_data[0];
1734 for (p = plan->p_data[0];
1753 for (p = plan->p_data[0];
1759 for (p = plan->p_data[1];
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_log.h106 IN const void *const p_data OPTIONAL, IN const uint32_t data_len);
122 * p_data
127 * [in] Length of the buffer pointed to by the p_data parameter. Ignored
128 * if p_data is NULL.
H A Dcl_dispatcher.h137 (*cl_pfn_msgrcv_cb_t) (IN void *context, IN void *p_data);
144 * p_data
175 (*cl_pfn_msgdone_cb_t) (IN void *context, IN void *p_data);
182 * p_data
316 const void *p_data; member in struct:_cl_disp_msg
331 * p_data
559 IN const void *const p_data,
570 * p_data
588 * The caller must not modify the memory pointed to by p_data until
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_log.c60 IN const void *const p_data OPTIONAL,
66 uint8_t *p_int_data = (uint8_t *) p_data;
87 if (p_data) {
H A Dcl_dispatcher.c100 (void *)p_msg->p_data);
107 (void *)p_msg->p_data);
290 IN const void *const p_data,
326 p_msg->p_data = p_data;
288 cl_disp_post(IN const cl_disp_reg_handle_t handle, IN const cl_disp_msgid_t msg_id, IN const void *const p_data, IN cl_pfn_msgdone_cb_t pfn_callback OPTIONAL, IN const void *const context OPTIONAL) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c176 struct ecore_dcbx_results *p_data)
182 p_data->dcbx_enabled);
189 ecore_dcbx_app_update[i].name, p_data->arr[id].update,
190 p_data->arr[id].enable, p_data->arr[id].priority,
191 p_data->arr[id].tc, p_hwfn->hw_info.num_active_tc,
192 p_data->arr[id].dscp_enable,
193 p_data->arr[id].dscp_val);
213 ecore_dcbx_set_params(struct ecore_dcbx_results *p_data, argument
220 p_data
175 ecore_dcbx_dp_protocol(struct ecore_hwfn *p_hwfn, struct ecore_dcbx_results *p_data) argument
250 ecore_dcbx_update_app_info(struct ecore_dcbx_results *p_data, struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, bool enable, u8 prio, u8 tc, enum dcbx_protocol_type type) argument
333 ecore_dcbx_process_tlv(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_dcbx_results *p_data, struct dcbx_app_priority_entry *p_tbl, u32 pri_tc_tbl, int count, u8 dcbx_version) argument
458 ecore_dcbx_copy_mib(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_dcbx_mib_meta_data *p_data, enum ecore_mib_read_type type) argument
1030 struct ecore_dcbx_results *p_data; local
1095 ecore_dcbx_update_protocol_data(struct protocol_dcb_data *p_data, struct ecore_dcbx_results *p_src, enum dcbx_protocol_type type) argument
[all...]
H A Decore_sp_commands.h63 * @param p_data - various configuration required for ramrod
71 struct ecore_sp_init_data *p_data);
H A Decore_sp_commands.c59 struct ecore_sp_init_data *p_data)
61 u32 opaque_cid = p_data->opaque_fid << 16 | p_data->cid;
79 p_ent->comp_mode = p_data->comp_mode;
88 if (!p_data->p_comp_data)
91 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie;
95 if (!p_data->p_comp_data)
98 p_ent->comp_cb = *p_data->p_comp_data;
55 ecore_sp_init_request(struct ecore_hwfn *p_hwfn, struct ecore_spq_entry **pp_ent, u8 cmd, u8 protocol, struct ecore_sp_init_data *p_data) argument
H A Decore_vf.c1197 struct ecore_sp_vport_update_params *p_data,
1202 return !!(p_data->update_vport_active_rx_flg ||
1203 p_data->update_vport_active_tx_flg);
1207 return !!(p_data->update_tx_switching_flg &&
1210 return !!p_data->update_tx_switching_flg;
1213 return !!p_data->update_inner_vlan_removal_flg;
1215 return !!p_data->update_accept_any_vlan_flg;
1217 return !!p_data->update_approx_mcast_flg;
1219 return !!(p_data->accept_flags.update_rx_mode_config ||
1220 p_data
1196 ecore_vf_handle_vp_update_is_needed(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, u16 tlv) argument
1233 ecore_vf_handle_vp_update_tlvs_resp(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data) argument
[all...]
H A Decore_sriov.c2948 struct ecore_sp_vport_update_params *p_data,
2960 p_data->update_vport_active_rx_flg = p_act_tlv->update_rx;
2961 p_data->vport_active_rx_flg = p_act_tlv->active_rx;
2962 p_data->update_vport_active_tx_flg = p_act_tlv->update_tx;
2963 p_data->vport_active_tx_flg = p_act_tlv->active_tx;
2969 struct ecore_sp_vport_update_params *p_data,
2986 p_data->update_inner_vlan_removal_flg = 1;
2987 p_data->inner_vlan_removal_flg = p_vlan_tlv->remove_vlan;
2995 struct ecore_sp_vport_update_params *p_data,
3014 p_data
2947 ecore_iov_vp_update_act_param(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
2968 ecore_iov_vp_update_vlan_param(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_vf_info *p_vf, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
2994 ecore_iov_vp_update_tx_switch(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
3020 ecore_iov_vp_update_mcast_bin_param(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
3041 ecore_iov_vp_update_accept_flag(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
3063 ecore_iov_vp_update_accept_any_vlan(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
3084 ecore_iov_vp_update_rss_param(struct ecore_hwfn *p_hwfn, struct ecore_vf_info *vf, struct ecore_sp_vport_update_params *p_data, struct ecore_rss_params *p_rss, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask, u16 *tlvs_accepted) argument
3151 ecore_iov_vp_update_sge_tpa_param(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_data, struct ecore_sge_tpa_params *p_sge_tpa, struct ecore_iov_vf_mbx *p_mbx, u16 *tlvs_mask) argument
4322 ecore_sriov_vfpf_malicious(struct ecore_hwfn *p_hwfn, struct malicious_vf_eqe_data *p_data) argument
[all...]
H A Decore_spq.h332 * @param p_data - data from cookie (used in callback function if applicable)
339 union event_ring_data *p_data);
H A Decore_spq.c1024 union event_ring_data *p_data)
1096 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data,
1021 ecore_spq_completion(struct ecore_hwfn *p_hwfn, __le16 echo, u8 fw_return_code, union event_ring_data *p_data) argument
H A Decore_mcp.c1381 struct public_func *p_data,
1390 OSAL_MEM_ZERO(p_data, sizeof(*p_data));
1392 size = OSAL_MIN_T(u32, sizeof(*p_data),
1395 ((u32 *)p_data)[i] = ecore_rd(p_hwfn, p_ptt,
1379 ecore_mcp_get_shmem_func(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct public_func *p_data, int pfid) argument
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c39 u_int8_t *p_data = (u_int8_t *) pl;
51 p += snprintf(p, 60, " %02x", *(p_data + i));
562 u_int8_t *p_data = (u_int8_t *) p_gpm; local
579 *(p_data + MCI_GPM_COEX_B_MAJOR_VERSION);
581 *(p_data + MCI_GPM_COEX_B_MINOR_VERSION);
592 *(p_data + MCI_GPM_COEX_B_WLAN_BITMAP));
593 //if ((*(p_data + MCI_GPM_COEX_B_WLAN_BITMAP)) &
1416 ar9300_mci_state(struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data) argument
1520 if (p_data != NULL) {
1521 *p_data
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_slvl_map_rcv.c64 void osm_slvl_rcv_process(IN void *context, IN void *p_data) argument
67 osm_madw_t *p_madw = p_data;
H A Dosm_sa_mad_ctrl.c69 static void sa_mad_ctrl_disp_done_callback(IN void *context, IN void *p_data) argument
72 osm_madw_t *p_madw = p_data;
H A Dosm_sm.c74 extern void osm_slvl_rcv_process(IN void *context, IN void *p_data);
148 static void sweep_fail_process(IN void *context, IN void *p_data) argument
H A Dosm_qos.c86 IN uint8_t * p_data,
128 p_data, data_size,
83 osm_qos_mad_create(IN osm_sm_t * sm, IN osm_physp_t * p, IN uint32_t data_size, IN uint8_t * p_data, IN ib_net16_t attr_id, IN uint32_t attr_mod) argument
H A Dosm_sm_mad_ctrl.c110 static void sm_mad_ctrl_disp_done_callback(IN void *context, IN void *p_data) argument
113 osm_madw_t *p_madw = p_data;
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c1152 struct sym_print_data p_data; local
1397 p_data.list_num = get_sym(elf, &list_head, shnum, dynndx, strndx,
1400 if (p_data.list_num == 0)
1403 p_data.headp = &list_head;
1404 p_data.sh_num = shnum;
1405 p_data.t_table = type_table;
1406 p_data.s_table = (void *) sec_table;
1407 p_data.filename = filename;
1408 p_data.objname = objname;
1410 sym_list_print(&p_data, func_inf
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c77 u8 port_num, u8 *p_data)
105 &p_data[i * GUID_REC_SIZE],
190 u8 *p_data)
228 tmp_cur_ag = *(__be64 *)&p_data[i * GUID_REC_SIZE];
76 mlx4_ib_update_cache_on_guid_change(struct mlx4_ib_dev *dev, int block_num, u8 port_num, u8 *p_data) argument
188 mlx4_ib_notify_slaves_on_guid_change(struct mlx4_ib_dev *dev, int block_num, u8 port_num, u8 *p_data) argument
H A Dmlx4_ib.h868 u8 port_num, u8 *p_data);
872 u8 *p_data);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dkssl.c2205 krb5_data *p_data = NULL; local
2209 if ((p_data = (krb5_data *)calloc(2, sizeof(krb5_data))) == NULL ||
2214 new_p->data = p_data;

Completed in 246 milliseconds

12