Lines Matching refs:p_ramrod
946 struct core_rx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_start() local
964 p_ramrod = &p_ent->ramrod.core_rx_queue_start; in qed_sp_ll2_rx_queue_start()
966 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_rx_queue_start()
967 p_ramrod->sb_index = p_rx->rx_sb_index; in qed_sp_ll2_rx_queue_start()
968 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_start()
970 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_rx_queue_start()
971 DMA_REGPAIR_LE(p_ramrod->bd_base, p_rx->rxq_chain.p_phys_addr); in qed_sp_ll2_rx_queue_start()
973 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_sp_ll2_rx_queue_start()
974 DMA_REGPAIR_LE(p_ramrod->cqe_pbl_addr, in qed_sp_ll2_rx_queue_start()
977 p_ramrod->drop_ttl0_flg = p_ll2_conn->input.rx_drop_ttl0_flg; in qed_sp_ll2_rx_queue_start()
978 p_ramrod->inner_vlan_stripping_en = in qed_sp_ll2_rx_queue_start()
983 p_ramrod->report_outer_vlan = 1; in qed_sp_ll2_rx_queue_start()
984 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_start()
985 p_ramrod->main_func_queue = p_ll2_conn->main_func_queue ? 1 : 0; in qed_sp_ll2_rx_queue_start()
988 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
990 p_ramrod->mf_si_bcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
991 p_ramrod->mf_si_mcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
993 p_ramrod->mf_si_bcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
994 p_ramrod->mf_si_mcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
997 p_ramrod->action_on_error.error_type = action_on_error; in qed_sp_ll2_rx_queue_start()
998 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_rx_queue_start()
1007 struct core_tx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_tx_queue_start() local
1033 p_ramrod = &p_ent->ramrod.core_tx_queue_start; in qed_sp_ll2_tx_queue_start()
1035 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_tx_queue_start()
1036 p_ramrod->sb_index = p_tx->tx_sb_index; in qed_sp_ll2_tx_queue_start()
1037 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_tx_queue_start()
1038 p_ramrod->stats_en = p_ll2_conn->tx_stats_en; in qed_sp_ll2_tx_queue_start()
1039 p_ramrod->stats_id = p_ll2_conn->tx_stats_id; in qed_sp_ll2_tx_queue_start()
1041 DMA_REGPAIR_LE(p_ramrod->pbl_base_addr, in qed_sp_ll2_tx_queue_start()
1044 p_ramrod->pbl_size = cpu_to_le16(pbl_size); in qed_sp_ll2_tx_queue_start()
1058 p_ramrod->qm_pq_id = cpu_to_le16(pq_id); in qed_sp_ll2_tx_queue_start()
1062 p_ramrod->conn_type = PROTOCOLID_FCOE; in qed_sp_ll2_tx_queue_start()
1065 p_ramrod->conn_type = PROTOCOLID_ISCSI; in qed_sp_ll2_tx_queue_start()
1068 p_ramrod->conn_type = PROTOCOLID_ROCE; in qed_sp_ll2_tx_queue_start()
1071 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1075 p_ramrod->conn_type = PROTOCOLID_ISCSI; in qed_sp_ll2_tx_queue_start()
1077 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1080 p_ramrod->conn_type = PROTOCOLID_ETH; in qed_sp_ll2_tx_queue_start()
1084 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_tx_queue_start()
1099 struct core_rx_stop_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_stop() local
1116 p_ramrod = &p_ent->ramrod.core_rx_queue_stop; in qed_sp_ll2_rx_queue_stop()
1118 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_stop()
1119 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_stop()