Lines Matching refs:p_ramrod
937 struct core_rx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_start() local
955 p_ramrod = &p_ent->ramrod.core_rx_queue_start; in qed_sp_ll2_rx_queue_start()
957 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_rx_queue_start()
958 p_ramrod->sb_index = p_rx->rx_sb_index; in qed_sp_ll2_rx_queue_start()
959 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_start()
961 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_rx_queue_start()
962 DMA_REGPAIR_LE(p_ramrod->bd_base, p_rx->rxq_chain.p_phys_addr); in qed_sp_ll2_rx_queue_start()
964 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_sp_ll2_rx_queue_start()
965 DMA_REGPAIR_LE(p_ramrod->cqe_pbl_addr, in qed_sp_ll2_rx_queue_start()
968 p_ramrod->drop_ttl0_flg = p_ll2_conn->input.rx_drop_ttl0_flg; in qed_sp_ll2_rx_queue_start()
969 p_ramrod->inner_vlan_stripping_en = in qed_sp_ll2_rx_queue_start()
974 p_ramrod->report_outer_vlan = 1; in qed_sp_ll2_rx_queue_start()
975 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_start()
976 p_ramrod->main_func_queue = p_ll2_conn->main_func_queue ? 1 : 0; in qed_sp_ll2_rx_queue_start()
979 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
981 p_ramrod->mf_si_bcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
982 p_ramrod->mf_si_mcast_accept_all = 1; in qed_sp_ll2_rx_queue_start()
984 p_ramrod->mf_si_bcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
985 p_ramrod->mf_si_mcast_accept_all = 0; in qed_sp_ll2_rx_queue_start()
988 p_ramrod->action_on_error.error_type = action_on_error; in qed_sp_ll2_rx_queue_start()
989 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_rx_queue_start()
998 struct core_tx_start_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_tx_queue_start() local
1024 p_ramrod = &p_ent->ramrod.core_tx_queue_start; in qed_sp_ll2_tx_queue_start()
1026 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_tx_queue_start()
1027 p_ramrod->sb_index = p_tx->tx_sb_index; in qed_sp_ll2_tx_queue_start()
1028 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu); in qed_sp_ll2_tx_queue_start()
1029 p_ramrod->stats_en = p_ll2_conn->tx_stats_en; in qed_sp_ll2_tx_queue_start()
1030 p_ramrod->stats_id = p_ll2_conn->tx_stats_id; in qed_sp_ll2_tx_queue_start()
1032 DMA_REGPAIR_LE(p_ramrod->pbl_base_addr, in qed_sp_ll2_tx_queue_start()
1035 p_ramrod->pbl_size = cpu_to_le16(pbl_size); in qed_sp_ll2_tx_queue_start()
1049 p_ramrod->qm_pq_id = cpu_to_le16(pq_id); in qed_sp_ll2_tx_queue_start()
1053 p_ramrod->conn_type = PROTOCOLID_FCOE; in qed_sp_ll2_tx_queue_start()
1056 p_ramrod->conn_type = PROTOCOLID_ISCSI; in qed_sp_ll2_tx_queue_start()
1059 p_ramrod->conn_type = PROTOCOLID_ROCE; in qed_sp_ll2_tx_queue_start()
1062 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1066 p_ramrod->conn_type = PROTOCOLID_ISCSI; in qed_sp_ll2_tx_queue_start()
1068 p_ramrod->conn_type = PROTOCOLID_IWARP; in qed_sp_ll2_tx_queue_start()
1071 p_ramrod->conn_type = PROTOCOLID_ETH; in qed_sp_ll2_tx_queue_start()
1075 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable; in qed_sp_ll2_tx_queue_start()
1083 struct core_rx_stop_ramrod_data *p_ramrod = NULL; in qed_sp_ll2_rx_queue_stop() local
1100 p_ramrod = &p_ent->ramrod.core_rx_queue_stop; in qed_sp_ll2_rx_queue_stop()
1102 p_ramrod->complete_event_flg = 1; in qed_sp_ll2_rx_queue_stop()
1103 p_ramrod->queue_id = p_ll2_conn->queue_id; in qed_sp_ll2_rx_queue_stop()