Searched refs:valuep (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_bootcfg.c | 465 uint8_t *valuep, in efx_dhcp_write_tag() 471 if ((value_length > 0) && (valuep != NULL)) in efx_dhcp_write_tag() 472 memcpy(&hdrp[1], valuep, value_length); in efx_dhcp_write_tag() 485 __in_bcount_opt(value_length) uint8_t *valuep, in efx_dhcp_add_tag() 507 if ((value_length > 0) && (valuep == NULL)) { in efx_dhcp_add_tag() 589 efx_dhcp_write_tag(insert_pointp, opt, valuep, value_length); in efx_dhcp_add_tag() 625 __in_bcount_opt(value_length) uint8_t *valuep, in efx_dhcp_update_tag() 644 if ((value_length > 0) && (valuep == NULL)) { in efx_dhcp_update_tag() 703 efx_dhcp_write_tag(write_pointp, opt, valuep, value_length); in efx_dhcp_update_tag()
|
| H A D | mcdi_mon.h | 37 __out efx_mon_stat_value_t *valuep);
|
| H A D | mcdi_mon.c | 137 __out efx_mon_stat_value_t *valuep) in mcdi_mon_ev() argument 176 valuep->emsv_value = value; in mcdi_mon_ev() 177 valuep->emsv_state = state; in mcdi_mon_ev()
|
| H A D | ef10_nvram.c | 1029 caddr_t valuep, in ef10_nvram_buffer_get_item() 1052 memcpy(valuep, tlv_value(&cursor), value_length); in ef10_nvram_buffer_get_item() 1076 __in_bcount(length) caddr_t valuep, in ef10_nvram_buffer_insert_item() 1088 rc = tlv_insert(&cursor, tag, (uint8_t *)valuep, length); in ef10_nvram_buffer_insert_item() 1113 __in_bcount(length) caddr_t valuep, in ef10_nvram_buffer_modify_item() 1125 rc = tlv_modify(&cursor, tag, (uint8_t *)valuep, length); in ef10_nvram_buffer_modify_item()
|
| H A D | ef10_impl.h | 693 caddr_t valuep, 705 __in_bcount(length) caddr_t valuep, 717 __in_bcount(length) caddr_t valuep, 1479 __out uint32_t *valuep);
|
| H A D | efx_mae.c | 1137 __in const efx_mport_sel_t *valuep, in efx_mae_match_spec_mport_set() argument 1145 if (valuep == NULL) { in efx_mae_match_spec_mport_set() 1150 vp = (const uint8_t *)&valuep->sel; in efx_mae_match_spec_mport_set() 1158 sizeof (valuep->sel), vp, sizeof (maskp->sel), mp); in efx_mae_match_spec_mport_set()
|
| H A D | ef10_nic.c | 2865 __out uint32_t *valuep) in efx_mcdi_get_nic_global() argument 2892 *valuep = MCDI_OUT_DWORD(req, GET_NIC_GLOBAL_OUT_VALUE); in efx_mcdi_get_nic_global()
|
| H A D | efx.h | 2136 __in_bcount_opt(value_length) uint8_t *valuep, 2146 __in_bcount_opt(value_length) uint8_t *valuep, 4428 __in const efx_mport_sel_t *valuep,
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 1309 const uint8_t *valuep; in sfc_mae_rule_process_pattern_data() local 1439 valuep = (const uint8_t *)&pdata->l3_next_proto_value; in sfc_mae_rule_process_pattern_data() 1444 valuep, in sfc_mae_rule_process_pattern_data()
|