Lines Matching refs:p_ramrod
964 struct core_rx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_start() local
982 p_ramrod = &p_ent->ramrod.core_rx_queue_start; in qed_sp_ll2_rx_queue_start()
983 memset(p_ramrod, 0, sizeof(*p_ramrod)); in qed_sp_ll2_rx_queue_start()
984 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_rx_queue_start()
985 p_ramrod->sb_index = p_rx->rx_sb_index; in qed_sp_ll2_rx_queue_start()
986 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_start()
988 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_rx_queue_start()
989 DMA_REGPAIR_LE(p_ramrod->bd_base, p_rx->rxq_chain.p_phys_addr); in qed_sp_ll2_rx_queue_start()
991 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_sp_ll2_rx_queue_start()
992 DMA_REGPAIR_LE(p_ramrod->cqe_pbl_addr, in qed_sp_ll2_rx_queue_start()
995 p_ramrod->drop_ttl0_flg = p_ll2_conn->input.rx_drop_ttl0_flg; in qed_sp_ll2_rx_queue_start()
996 p_ramrod->inner_vlan_stripping_en = in qed_sp_ll2_rx_queue_start()
1001 p_ramrod->report_outer_vlan = 1; in qed_sp_ll2_rx_queue_start()
1002 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_start()
1003 p_ramrod->main_func_queue = p_ll2_conn->main_func_queue ? 1 : 0; in qed_sp_ll2_rx_queue_start()
1006 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
1009 p_ramrod->mf_si_bcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
1010 p_ramrod->mf_si_mcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
1012 p_ramrod->mf_si_bcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
1013 p_ramrod->mf_si_mcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
1016 p_ramrod->action_on_error.error_type = action_on_error; in qed_sp_ll2_rx_queue_start()
1017 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_rx_queue_start()
1018 p_ramrod->zero_prod_flg = 1; in qed_sp_ll2_rx_queue_start()
1028 struct core_tx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_tx_queue_start() local
1054 p_ramrod = &p_ent->ramrod.core_tx_queue_start; in qed_sp_ll2_tx_queue_start()
1056 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_tx_queue_start()
1057 p_ramrod->sb_index = p_tx->tx_sb_index; in qed_sp_ll2_tx_queue_start()
1058 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_tx_queue_start()
1059 p_ramrod->stats_en = p_ll2_conn->tx_stats_en; in qed_sp_ll2_tx_queue_start()
1060 p_ramrod->stats_id = p_ll2_conn->tx_stats_id; in qed_sp_ll2_tx_queue_start()
1062 DMA_REGPAIR_LE(p_ramrod->pbl_base_addr, in qed_sp_ll2_tx_queue_start()
1065 p_ramrod->pbl_size = cpu_to_le16(pbl_size); in qed_sp_ll2_tx_queue_start()
1079 p_ramrod->qm_pq_id = cpu_to_le16(pq_id); in qed_sp_ll2_tx_queue_start()
1083 p_ramrod->conn_type = PROTOCOLID_FCOE; in qed_sp_ll2_tx_queue_start()
1086 p_ramrod->conn_type = PROTOCOLID_TCP_ULP; in qed_sp_ll2_tx_queue_start()
1089 p_ramrod->conn_type = PROTOCOLID_ROCE; in qed_sp_ll2_tx_queue_start()
1092 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1097 p_ramrod->conn_type = PROTOCOLID_TCP_ULP; in qed_sp_ll2_tx_queue_start()
1099 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1102 p_ramrod->conn_type = PROTOCOLID_ETH; in qed_sp_ll2_tx_queue_start()
1106 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_tx_queue_start()
1121 struct core_rx_stop_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_stop() local
1138 p_ramrod = &p_ent->ramrod.core_rx_queue_stop; in qed_sp_ll2_rx_queue_stop()
1140 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_stop()
1141 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_stop()