Lines Matching refs:p_ramrod

962 	struct core_rx_start_ramrod_data *p_ramrod = NULL;  in qed_sp_ll2_rx_queue_start()  local
980 p_ramrod = &p_ent->ramrod.core_rx_queue_start; in qed_sp_ll2_rx_queue_start()
981 memset(p_ramrod, 0, sizeof(*p_ramrod)); in qed_sp_ll2_rx_queue_start()
982 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_rx_queue_start()
983 p_ramrod->sb_index = p_rx->rx_sb_index; in qed_sp_ll2_rx_queue_start()
984 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_start()
986 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_rx_queue_start()
987 DMA_REGPAIR_LE(p_ramrod->bd_base, p_rx->rxq_chain.p_phys_addr); in qed_sp_ll2_rx_queue_start()
989 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_sp_ll2_rx_queue_start()
990 DMA_REGPAIR_LE(p_ramrod->cqe_pbl_addr, in qed_sp_ll2_rx_queue_start()
993 p_ramrod->drop_ttl0_flg = p_ll2_conn->input.rx_drop_ttl0_flg; in qed_sp_ll2_rx_queue_start()
994 p_ramrod->inner_vlan_stripping_en = in qed_sp_ll2_rx_queue_start()
999 p_ramrod->report_outer_vlan = 1; in qed_sp_ll2_rx_queue_start()
1000 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_start()
1001 p_ramrod->main_func_queue = p_ll2_conn->main_func_queue ? 1 : 0; in qed_sp_ll2_rx_queue_start()
1004 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
1007 p_ramrod->mf_si_bcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
1008 p_ramrod->mf_si_mcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
1010 p_ramrod->mf_si_bcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
1011 p_ramrod->mf_si_mcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
1014 p_ramrod->action_on_error.error_type = action_on_error; in qed_sp_ll2_rx_queue_start()
1015 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_rx_queue_start()
1016 p_ramrod->zero_prod_flg = 1; in qed_sp_ll2_rx_queue_start()
1026 struct core_tx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_tx_queue_start() local
1052 p_ramrod = &p_ent->ramrod.core_tx_queue_start; in qed_sp_ll2_tx_queue_start()
1054 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_tx_queue_start()
1055 p_ramrod->sb_index = p_tx->tx_sb_index; in qed_sp_ll2_tx_queue_start()
1056 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_tx_queue_start()
1057 p_ramrod->stats_en = p_ll2_conn->tx_stats_en; in qed_sp_ll2_tx_queue_start()
1058 p_ramrod->stats_id = p_ll2_conn->tx_stats_id; in qed_sp_ll2_tx_queue_start()
1060 DMA_REGPAIR_LE(p_ramrod->pbl_base_addr, in qed_sp_ll2_tx_queue_start()
1063 p_ramrod->pbl_size = cpu_to_le16(pbl_size); in qed_sp_ll2_tx_queue_start()
1077 p_ramrod->qm_pq_id = cpu_to_le16(pq_id); in qed_sp_ll2_tx_queue_start()
1081 p_ramrod->conn_type = PROTOCOLID_FCOE; in qed_sp_ll2_tx_queue_start()
1084 p_ramrod->conn_type = PROTOCOLID_TCP_ULP; in qed_sp_ll2_tx_queue_start()
1087 p_ramrod->conn_type = PROTOCOLID_ROCE; in qed_sp_ll2_tx_queue_start()
1090 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1095 p_ramrod->conn_type = PROTOCOLID_TCP_ULP; in qed_sp_ll2_tx_queue_start()
1097 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1100 p_ramrod->conn_type = PROTOCOLID_ETH; in qed_sp_ll2_tx_queue_start()
1104 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_tx_queue_start()
1119 struct core_rx_stop_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_stop() local
1136 p_ramrod = &p_ent->ramrod.core_rx_queue_stop; in qed_sp_ll2_rx_queue_stop()
1138 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_stop()
1139 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_stop()