Searched refs:rq (Results 1 – 8 of 8) sorted by relevance
328 struct rcv_queue *rq; in nicvf_rcv_queue_config() local334 rq = &qs->rq[qidx]; in nicvf_rcv_queue_config()335 rq->enable = enable; in nicvf_rcv_queue_config()340 if (!rq->enable) { in nicvf_rcv_queue_config()346 rq->cq_idx = qidx; in nicvf_rcv_queue_config()352 rq->caching = 1; in nicvf_rcv_queue_config()358 mbx.rq.cfg = (rq->caching << 26) | (rq->cq_qs << 19) | in nicvf_rcv_queue_config()359 (rq->cq_idx << 16) | (rq->cont_rbdr_qs << 9) | in nicvf_rcv_queue_config()361 (rq->start_rbdr_qs << 1) | (rq->start_qs_rbdr_idx); in nicvf_rcv_queue_config()843 rq = &qs->rq[cqe_rx->rq_idx]; in nicvf_get_rcv_pkt()[all …]
204 (mbx.rq.qs_num << NIC_QS_ID_SHIFT) | in nic_handle_mbx_intr()205 (mbx.rq.rq_num << NIC_Q_NUM_SHIFT); in nic_handle_mbx_intr()206 nic_reg_write(nic, reg_addr, mbx.rq.cfg); in nic_handle_mbx_intr()217 (mbx.rq.qs_num << NIC_QS_ID_SHIFT) | in nic_handle_mbx_intr()218 (mbx.rq.rq_num << NIC_Q_NUM_SHIFT); in nic_handle_mbx_intr()219 nic_reg_write(nic, reg_addr, mbx.rq.cfg); in nic_handle_mbx_intr()226 (mbx.rq.qs_num << NIC_QS_ID_SHIFT) | in nic_handle_mbx_intr()227 (mbx.rq.rq_num << NIC_Q_NUM_SHIFT); in nic_handle_mbx_intr()228 nic_reg_write(nic, reg_addr, mbx.rq.cfg); in nic_handle_mbx_intr()
295 struct rcv_queue rq[MAX_RCV_QUEUES_PER_QS]; member
466 struct rq_cfg_msg rq; member
505 rq_req.rq.s.ena = 1; in nix_attach_receive_queue()506 rq_req.rq.s.spb_ena = 1; in nix_attach_receive_queue()507 rq_req.rq.s.ipsech_ena = 0; in nix_attach_receive_queue()508 rq_req.rq.s.ena_wqwd = 0; in nix_attach_receive_queue()509 rq_req.rq.s.cq = NIX_CQ_RX; in nix_attach_receive_queue()515 rq_req.rq.s.pb_caching = 1; in nix_attach_receive_queue()521 rq_req.rq.s.first_skip = 0; in nix_attach_receive_queue()522 rq_req.rq.s.later_skip = 0; in nix_attach_receive_queue()525 rq_req.rq.s.xqe_drop = 0; in nix_attach_receive_queue()526 rq_req.rq.s.xqe_pass = 0; in nix_attach_receive_queue()[all …]
196 struct qmem rq; member228 union nix_rq_ctx_s rq ALIGNED;245 union nix_rq_ctx_s rq ALIGNED;
147 struct ec_host_request *rq = (struct ec_host_request *)cdev->dout; in create_proto3_request() local148 int out_bytes = dout_len + sizeof(*rq); in create_proto3_request()157 rq->struct_version = EC_HOST_REQUEST_VERSION; in create_proto3_request()158 rq->checksum = 0; in create_proto3_request()159 rq->command = cmd; in create_proto3_request()160 rq->command_version = cmd_version; in create_proto3_request()161 rq->reserved = 0; in create_proto3_request()162 rq->data_len = dout_len; in create_proto3_request()165 memcpy(rq + 1, dout, dout_len); in create_proto3_request()168 rq->checksum = (uint8_t)(-cros_ec_calc_checksum(cdev->dout, out_bytes)); in create_proto3_request()
999 u32 rq : 20; member9944 u64 rq : 20; member
Completed in 62 milliseconds