Searched refs:ramrod (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c110 (unsigned long long)(osal_uintptr_t)&p_ent->ramrod,
115 OSAL_MEMSET(&p_ent->ramrod, 0, sizeof(p_ent->ramrod));
342 /* Initialize the SPQ entry for the ramrod */
355 /* Fill the ramrod data */
356 p_ramrod = &p_ent->ramrod.pf_start;
476 &p_ent->ramrod.pf_update);
505 p_ent->ramrod.pf_update.update_enable_stag_pri_change = true;
508 p_ent->ramrod.pf_update.enable_stag_pri_change = 1;
510 p_ent->ramrod
[all...]
H A Decore_roce.c434 p_ramrod = &p_ent->ramrod.roce_create_qp_resp;
603 p_ramrod = &p_ent->ramrod.roce_create_qp_req;
745 p_ramrod = &p_ent->ramrod.roce_modify_qp_resp;
850 p_ramrod = &p_ent->ramrod.roce_modify_qp_req;
963 p_ramrod = &p_ent->ramrod.roce_destroy_qp_resp;
972 "ecore destroy responder failed: cannot allocate memory (ramrod). rc = %d\n",
988 /* Free IRQ - only if ramrod succeeded, in case FW is still using it */
1040 "ecore destroy requester failed: cannot allocate memory (ramrod)\n");
1055 p_ramrod = &p_ent->ramrod.roce_destroy_qp_req;
1066 /* Free ORQ - only if ramrod succeede
[all...]
H A Decore_rdma.c816 /* Save the number of cnqs for the function close ramrod */
831 &p_ent->ramrod.iwarp_init_func);
832 p_ramrod = &p_ent->ramrod.iwarp_init_func.rdma;
836 &p_ent->ramrod.roce_init_func, p_ptt);
843 p_ramrod = &p_ent->ramrod.roce_init_func.rdma;
848 p_ent->ramrod.roce_init_func.roce.ll2_queue_id = ll2_queue_id;
927 * ramrod should be passed on it.
1062 p_ramrod = &p_ent->ramrod.rdma_close_func;
1327 /* Send create CQ ramrod */
1334 p_ramrod = &p_ent->ramrod
[all...]
H A Decore_l2.c405 p_ramrod = &p_ent->ramrod.vport_start;
768 /* Copy input params to ramrod according to FW struct */
769 p_ramrod = &p_ent->ramrod.vport_update;
856 p_ramrod = &p_ent->ramrod.vport_stop;
955 p_ramrod = &p_ent->ramrod.rx_queue_start;
1094 p_ramrod = &p_ent->ramrod.rx_queue_update;
1140 p_ramrod = &p_ent->ramrod.rx_queue_update;
1175 p_ramrod = &p_ent->ramrod.rx_queue_stop;
1234 p_ramrod = &p_ent->ramrod.tx_queue_start;
1406 *pp_ramrod = &(*pp_ent)->ramrod
[all...]
H A Decore_spq.h137 union ramrod_data ramrod; member in struct:ecore_spq_entry
185 /* allocated dma-able memory for spq entries (+ramrod data) */
H A Decore_ll2.c853 p_ramrod = &p_ent->ramrod.core_rx_queue_start;
925 p_ramrod = &p_ent->ramrod.core_tx_queue_start;
1010 p_ramrod = &p_ent->ramrod.core_rx_queue_stop;
H A Decore_iwarp.c300 p_ramrod = &p_ent->ramrod.iwarp_create_qp;
385 p_ramrod = &p_ent->ramrod.iwarp_modify_qp;
784 p_tcp_ramrod = &p_ent->ramrod.iwarp_tcp_offload;
919 p_mpa_ramrod = &p_ent->ramrod.iwarp_mpa_offload;
3644 /* Async completion for Close Connection ramrod */
H A Decore_spq.c183 * complete the ramrod and thus possibly to avoid the following sleeps.
456 ramrod data on the host
554 * used to complete the ramrod using the echo value on the cqe
594 p_phys = p_spq->p_phys + OFFSETOF(struct ecore_spq_entry, ramrod);
670 /* allocate and fill the SPQ elements (incl. ramrod data list) */
739 DP_NOTICE(p_hwfn, false, "Failed to allocate an SPQ entry for a pending ramrod\n");
867 * for an additional high priority ramrod (even if one is already
1076 * an additional ramrod.
H A Decore_sriov.c127 p_ramrod = &p_ent->ramrod.vf_start;
188 p_ramrod = &p_ent->ramrod.vf_stop;
2054 /* Send the ramrod */
3262 * When all features of vport update ramrod would be requested by VF
/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.c477 ECORE_MSG(sc, "vlan_mac_lock execute pending command with ramrod flags %lu\n",
497 * @ramrod_flags: ramrod flags of missed execution
507 ECORE_MSG(sc, "Placing pending execution with ramrod flags %lu\n",
927 * ecore_vlan_mac_set_cmd_hdr_e2 - set a header in a single classify ramrod
957 * ecore_vlan_mac_set_rdata_hdr_e2 - set the classify ramrod data header
1016 /* Reset the ramrod data buffer for the first rule */
1039 /* Setup ramrod data */
1054 /* Set the ramrod data header */
1062 * ecore_vlan_mac_set_rdata_hdr_e1x - set a header in a single classify ramrod
1104 /* Set a MAC in a ramrod dat
5050 int ramrod = RAMROD_CMD_ID_ETH_CLIENT_SETUP; local
5078 int ramrod = RAMROD_CMD_ID_ETH_CLIENT_SETUP; local
5107 int ramrod = RAMROD_CMD_ID_ETH_TX_QUEUE_SETUP; local
[all...]

Completed in 258 milliseconds