Home
last modified time | relevance | path

Searched refs:efx_dword_t (Results 1 – 25 of 34) sorted by relevance

12

/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_flash.h38 efx_dword_t magic;
39 efx_dword_t no_of_blobs;
43 efx_dword_t magic;
44 efx_dword_t cpu_type;
45 efx_dword_t build_variant;
46 efx_dword_t offset;
47 efx_dword_t length;
48 efx_dword_t checksum;
129 efx_dword_t capabilities;
142 efx_dword_t value;
[all …]
H A Defx_mcdi.h196 __out_opt efx_dword_t *capabilitiesp,
331 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
335 EFX_SET_DWORD_FIELD(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
354 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
366 *MCDI_INDEXED_IN2(_emr, efx_dword_t, _ofst, _idx), \
472 MCDI_IN2((_emr), efx_dword_t, _ofst)->ed_u32[0] = (_value)
493 EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \
497 EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \
504 EFX_DWORD_FIELD(*(MCDI_OUT2(_emr, efx_dword_t, _ofst) + \
516 *(MCDI_OUT_INDEXED_STRUCT_MEMBER(_emr, efx_dword_t, \
[all …]
H A Def10_mcdi.c27 efx_dword_t dword; in ef10_mcdi_init()
142 efx_dword_t dword; in ef10_mcdi_send_request()
148 for (pos = 0; pos < hdr_len; pos += sizeof (efx_dword_t)) { in ef10_mcdi_send_request()
149 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos); in ef10_mcdi_send_request()
154 for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) { in ef10_mcdi_send_request()
155 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in ef10_mcdi_send_request()
197 efx_dword_t hdr; in ef10_mcdi_poll_response()
215 efx_dword_t data; in ef10_mcdi_read_response()
233 efx_dword_t dword; in ef10_mcdi_poll_reboot()
H A Dsiena_mcdi.c37 efx_dword_t dword; in siena_mcdi_send_request()
49 EFSYS_ASSERT3U(hdr_len, ==, sizeof (efx_dword_t)); in siena_mcdi_send_request()
50 dword = *(efx_dword_t *)hdrp; in siena_mcdi_send_request()
54 for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) { in siena_mcdi_send_request()
55 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in siena_mcdi_send_request()
80 efx_dword_t dword; in siena_mcdi_poll_reboot()
108 efx_dword_t hdr; in siena_mcdi_poll_response()
128 efx_dword_t data; in siena_mcdi_read_response()
H A Defx_pci.c18 efx_dword_t hdr; in efx_pci_config_next_ext_cap()
66 efx_dword_t hdr; in efx_pci_config_find_next_ext_cap()
195 efx_dword_t cap_hdr; in efx_pci_read_ext_cap_xilinx_table()
H A Drhead_rx.c434 const efx_dword_t *resp; in efx_mcdi_query_rx_prefix_id()
435 const efx_dword_t *finfo; in efx_mcdi_query_rx_prefix_id()
477 resp = MCDI_OUT2(req, efx_dword_t, QUERY_RX_PREFIX_ID_OUT_RESPONSE); in efx_mcdi_query_rx_prefix_id()
491 finfo = (const efx_dword_t *)((const uint8_t *)resp + in efx_mcdi_query_rx_prefix_id()
H A Dmcdi_mon.c109 efx_dword_t dword; in mcdi_mon_decode_stats()
351 efx_dword_t *maskp;
377 maskp = MCDI_OUT2(req, efx_dword_t, SENSOR_INFO_OUT_MASK);
H A Drhead_pci.c61 efx_dword_t magic_ed; in rhead_pci_nic_membar_lookup()
H A Def10_intr.c127 efx_dword_t dword; in ef10_intr_status_line()
H A Defx_mcdi.c251 efx_dword_t hdr[2]; in efx_mcdi_request_start()
349 efx_dword_t hdr[2]; in efx_mcdi_read_response_header()
395 efx_dword_t err[2]; in efx_mcdi_read_response_header()
403 if (err_len >= (MC_CMD_ERR_CODE_OFST + sizeof (efx_dword_t))) in efx_mcdi_read_response_header()
406 if (err_len >= (MC_CMD_ERR_ARG_OFST + sizeof (efx_dword_t))) in efx_mcdi_read_response_header()
467 efx_dword_t hdr[2]; in efx_mcdi_finish_response()
1463 EFX_DWORD_FIELD(*MCDI_OUT(req, efx_dword_t, ofst), in efx_mcdi_read_assertion()
1465 ofst += sizeof (efx_dword_t); in efx_mcdi_read_assertion()
1556 __out_opt efx_dword_t *capabilitiesp,
1602 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t,
[all …]
H A Dsiena_phy.c421 efx_dword_t dword; \
456 efx_dword_t dword; in siena_phy_decode_stats()
498 efx_dword_t dword; in siena_phy_decode_stats()
H A Defx_tunnel.c169 EFX_STATIC_ASSERT(sizeof (efx_dword_t) == in efx_mcdi_set_tunnel_encap_udp_ports()
172 MCDI_IN2(req, efx_dword_t, in efx_mcdi_set_tunnel_encap_udp_ports()
H A Defx_mae.c669 efx_dword_t dword; in efx_mae_mport_invalid()
695 efx_dword_t dword; in efx_mae_mport_by_phy_port()
729 efx_dword_t dword; in efx_mae_mport_by_pcie_function()
787 efx_dword_t dword; in efx_mae_mport_by_pcie_mh_function()
923 efx_dword_t dword; in efx_mae_mport_by_id()
1016 efx_dword_t dword; in efx_mae_match_spec_field_set()
1948 efx_dword_t dword; in efx_mae_action_set_populate_drop()
H A Def10_ev.c225 efx_dword_t dword; in ef10_ev_qprime()
321 efx_dword_t dword; in ef10_ev_qmoderate()
H A Def10_rx.c884 efx_dword_t dword; in ef10_rx_qpush()
913 efx_dword_t dword; in ef10_rx_qpush_ps_credits()
H A Drhead_nic.c502 efx_dword_t dword; in rhead_nic_hw_unavailable()
H A Def10_proxy.c404 efx_dword_t *inbufp; in efx_mcdi_proxy_cmd()
H A Defx_intr.c480 efx_dword_t dword; in siena_intr_status_line()
H A Def10_tx.c383 efx_dword_t dword; in ef10_tx_qpush()
H A Drhead_ev.c191 efx_dword_t dword; in rhead_ev_qprime()
H A Defx_ev.c1212 efx_dword_t dword; in siena_ev_qprime()
1251 efx_dword_t dword; in siena_ev_qmoderate()
/dpdk/drivers/net/sfc/
H A Dsfc_ef10.h104 efx_dword_t dword; in sfc_ef10_rx_qpush()
128 efx_dword_t dword; in sfc_ef10_ev_qprime()
H A Dsfc_ef100.h28 efx_dword_t dword; in sfc_ef100_evq_prime()
/dpdk/drivers/common/sfc_efx/
H A Defsys.h262 sizeof(efx_dword_t))); \
321 sizeof(efx_dword_t))); \
424 sizeof(efx_dword_t))); \
503 sizeof(efx_dword_t))); \
H A Dsfc_efx.c89 efx_dword_t *edp) in sfc_efx_pci_config_readd()

12