| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | srq.c | 113 const struct cpl_srq_table_rpl *rpl) in do_srq_table_rpl() argument 115 unsigned int idx = TID_TID_G(GET_TID(rpl)); in do_srq_table_rpl() 119 if (unlikely(rpl->status != CPL_CONTAINS_READ_RPL)) { in do_srq_table_rpl() 122 rpl->status, idx); in do_srq_table_rpl() 130 e->pdid = SRQT_PDID_G(be64_to_cpu(rpl->rsvd_pdid)); in do_srq_table_rpl() 131 e->qlen = SRQT_QLEN_G(be32_to_cpu(rpl->qlen_qbase)); in do_srq_table_rpl() 132 e->qbase = SRQT_QBASE_G(be32_to_cpu(rpl->qlen_qbase)); in do_srq_table_rpl() 133 e->cur_msn = be16_to_cpu(rpl->cur_msn); in do_srq_table_rpl() 134 e->max_msn = be16_to_cpu(rpl->max_msn); in do_srq_table_rpl()
|
| A D | cxgb4_filter.h | 42 void filter_rpl(struct adapter *adap, const struct cpl_set_tcb_rpl *rpl); 43 void hash_filter_rpl(struct adapter *adap, const struct cpl_act_open_rpl *rpl); 45 const struct cpl_abort_rpl_rss *rpl);
|
| A D | smt.c | 120 void do_smt_write_rpl(struct adapter *adap, const struct cpl_smt_write_rpl *rpl) in do_smt_write_rpl() argument 122 unsigned int smtidx = TID_TID_G(GET_TID(rpl)); in do_smt_write_rpl() 125 if (unlikely(rpl->status != CPL_ERR_NONE)) { in do_smt_write_rpl() 130 rpl->status, smtidx); in do_smt_write_rpl()
|
| A D | smt.h | 75 void do_smt_write_rpl(struct adapter *p, const struct cpl_smt_write_rpl *rpl);
|
| A D | srq.h | 64 const struct cpl_srq_table_rpl *rpl);
|
| A D | cxgb4.h | 1712 int size, void *rpl, bool sleep_ok, int timeout); 1714 void *rpl, bool sleep_ok); 1717 const void *cmd, int size, void *rpl, in t4_wr_mbox_timeout() argument 1720 return t4_wr_mbox_meat_timeout(adap, mbox, cmd, size, rpl, true, in t4_wr_mbox_timeout() 1725 int size, void *rpl) in t4_wr_mbox() argument 1727 return t4_wr_mbox_meat(adap, mbox, cmd, size, rpl, true); in t4_wr_mbox() 1731 int size, void *rpl) in t4_wr_mbox_ns() argument 1733 return t4_wr_mbox_meat(adap, mbox, cmd, size, rpl, false); in t4_wr_mbox_ns() 2056 void t4_handle_get_port_info(struct port_info *pi, const __be64 *rpl); 2060 int t4_handle_fw_rpl(struct adapter *adap, const __be64 *rpl);
|
| A D | l2t.c | 186 void do_l2t_write_rpl(struct adapter *adap, const struct cpl_l2t_write_rpl *rpl) in do_l2t_write_rpl() argument 189 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl() 192 if (unlikely(rpl->status != CPL_ERR_NONE)) { in do_l2t_write_rpl() 195 rpl->status, l2t_idx); in do_l2t_write_rpl()
|
| A D | l2t.h | 124 void do_l2t_write_rpl(struct adapter *p, const struct cpl_l2t_write_rpl *rpl);
|
| A D | cxgb4_filter.c | 1968 const struct cpl_abort_rpl_rss *rpl) in hash_del_filter_rpl() argument 1970 unsigned int status = rpl->status; in hash_del_filter_rpl() 1972 unsigned int tid = GET_TID(rpl); in hash_del_filter_rpl() 1996 void hash_filter_rpl(struct adapter *adap, const struct cpl_act_open_rpl *rpl) in hash_filter_rpl() argument 1998 unsigned int ftid = TID_TID_G(AOPEN_ATID_G(ntohl(rpl->atid_status))); in hash_filter_rpl() 1999 unsigned int status = AOPEN_STATUS_G(ntohl(rpl->atid_status)); in hash_filter_rpl() 2001 unsigned int tid = GET_TID(rpl); in hash_filter_rpl() 2074 void filter_rpl(struct adapter *adap, const struct cpl_set_tcb_rpl *rpl) in filter_rpl() argument 2076 unsigned int tid = GET_TID(rpl); in filter_rpl() 2102 unsigned int ret = TCB_COOKIE_G(rpl->cookie); in filter_rpl()
|
| A D | t4_hw.c | 414 } else if (rpl) { in t4_wr_mbox_meat_timeout() 415 memcpy(rpl, cmd_rpl, size); in t4_wr_mbox_meat_timeout() 443 void *rpl, bool sleep_ok) in t4_wr_mbox_meat() argument 2860 struct fw_pfvf_cmd cmd, rpl; in t4_get_pfres() local 2880 word = be32_to_cpu(rpl.niqflint_niq); in t4_get_pfres() 2884 word = be32_to_cpu(rpl.type_to_neq); in t4_get_pfres() 2888 word = be32_to_cpu(rpl.tc_to_nexactf); in t4_get_pfres() 2893 word = be32_to_cpu(rpl.r_caps_to_nethctrl); in t4_get_pfres() 8843 u8 opcode = *(const u8 *)rpl; in t4_handle_fw_rpl() 8850 const struct fw_port_cmd *p = (const void *)rpl; in t4_handle_fw_rpl() [all …]
|
| /linux/drivers/powercap/ |
| A D | intel_rapl_common.c | 205 if (rd->rpl[i].name) in find_nr_power_limit() 337 switch (rd->rpl[id].prim_id) { in set_power_limit() 374 switch (rd->rpl[id].prim_id) { in get_current_power_limit() 414 switch (rd->rpl[id].prim_id) { in set_time_window() 446 switch (rd->rpl[id].prim_id) { in get_time_window() 482 return rd->rpl[id].name; in get_constraint_name() 496 switch (rd->rpl[id].prim_id) { in get_max_power() 557 rd->rpl[0].name = pl1_name; in rapl_init_domains() 565 rd->rpl[1].name = pl2_name; in rapl_init_domains() 571 rd->rpl[2].name = pl4_name; in rapl_init_domains() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| A D | t4vf_hw.c | 130 void *rpl, bool sleep_ok) in t4vf_wr_mbox_core() argument 287 if (rpl) { in t4vf_wr_mbox_core() 291 memcpy(rpl, cmd_rpl, size); in t4vf_wr_mbox_core() 626 struct fw_params_cmd cmd, rpl; in t4vf_query_params() local 1093 struct fw_pfvf_cmd cmd, rpl; in t4vf_get_vfres() local 1339 struct fw_vi_cmd cmd, rpl; in t4vf_alloc_vi() local 1534 struct fw_vi_mac_cmd cmd, rpl; in t4vf_alloc_mac_filt() local 1694 struct fw_vi_mac_cmd cmd, rpl; in t4vf_change_mac() local 1719 p = &rpl.u.exact[0]; in t4vf_change_mac() 1780 struct fw_vi_stats_cmd cmd, rpl; in t4vf_get_port_stats() local [all …]
|
| A D | t4vf_common.h | 329 int size, void *rpl) in t4vf_wr_mbox() argument 331 return t4vf_wr_mbox_core(adapter, cmd, size, rpl, true); in t4vf_wr_mbox() 335 int size, void *rpl) in t4vf_wr_mbox_ns() argument 337 return t4vf_wr_mbox_core(adapter, cmd, size, rpl, false); in t4vf_wr_mbox_ns()
|
| A D | sge.c | 2211 struct fw_iq_cmd cmd, rpl; in t4vf_sge_alloc_rxq() local 2338 ret = t4vf_wr_mbox(adapter, &cmd, sizeof(cmd), &rpl); in t4vf_sge_alloc_rxq() 2347 rspq->cntxt_id = be16_to_cpu(rpl.iqid); in t4vf_sge_alloc_rxq() 2352 rspq->abs_id = be16_to_cpu(rpl.physiqid); in t4vf_sge_alloc_rxq() 2362 fl->cntxt_id = be16_to_cpu(rpl.fl0id); in t4vf_sge_alloc_rxq() 2419 struct fw_eq_eth_cmd cmd, rpl; in t4vf_sge_alloc_eth_txq() local 2475 ret = t4vf_wr_mbox(adapter, &cmd, sizeof(cmd), &rpl); in t4vf_sge_alloc_eth_txq() 2494 txq->q.cntxt_id = FW_EQ_ETH_CMD_EQID_G(be32_to_cpu(rpl.eqid_pkd)); in t4vf_sge_alloc_eth_txq() 2500 FW_EQ_ETH_CMD_PHYSEQID_G(be32_to_cpu(rpl.physeqid_pkd)); in t4vf_sge_alloc_eth_txq()
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| A D | cxgb4i.c | 519 INIT_TP_WR(rpl, csk->tid); in send_abort_rpl() 521 rpl->cmd = rst_status; in send_abort_rpl() 1046 unsigned int tid = GET_TID(rpl); in do_act_open_rpl() 1518 u32 tid = GET_TID(rpl); in do_rx_iscsi_cmp() 1533 ntohs(rpl->len), pdu_len_ddp, rpl->status); in do_rx_iscsi_cmp() 1553 __skb_pull(skb, sizeof(*rpl)); in do_rx_iscsi_cmp() 1617 cxgbi_sock_rcv_wr_ack(csk, rpl->credits, ntohl(rpl->snd_una), in do_fw4_ack() 1618 rpl->seq_vld); in do_fw4_ack() 1643 csk, tid, rpl->status); in do_set_tcb_rpl() 2336 opc = rpl->ot.opcode; in t4_uld_rx_handler() [all …]
|
| /linux/drivers/net/ethernet/chelsio/libcxgb/ |
| A D | libcxgb_cm.h | 132 struct cpl_abort_rpl *rpl; in cxgb_mk_abort_rpl() local 134 rpl = __skb_put_zero(skb, len); in cxgb_mk_abort_rpl() 136 INIT_TP_WR(rpl, tid); in cxgb_mk_abort_rpl() 137 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, tid)); in cxgb_mk_abort_rpl() 138 rpl->cmd = CPL_ABORT_NO_RST; in cxgb_mk_abort_rpl()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| A D | cxgb3_offload.c | 710 if (rpl->status != CPL_ERR_NONE) in do_smt_write_rpl() 712 rpl->status, GET_TID(rpl)); in do_smt_write_rpl() 721 if (rpl->status != CPL_ERR_NONE) in do_l2t_write_rpl() 723 rpl->status, GET_TID(rpl)); in do_l2t_write_rpl() 732 if (rpl->status != CPL_ERR_NONE) in do_rte_write_rpl() 734 rpl->status, GET_TID(rpl)); in do_rte_write_rpl() 857 struct cpl_abort_rpl *rpl; in do_abort_req_rss() local 877 rpl = cplhdr(reply_skb); in do_abort_req_rss() 878 rpl->wr.wr_hi = in do_abort_req_rss() 880 rpl->wr.wr_lo = htonl(V_WR_TID(tid)); in do_abort_req_rss() [all …]
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| A D | cxgb3i.c | 287 rpl->wr.wr_lo = htonl(V_WR_TID(csk->tid)); in send_abort_rpl() 289 rpl->cmd = rst_status; in send_abort_rpl() 573 struct cpl_act_open_rpl *rpl = cplhdr(skb); in do_act_open_rpl() local 580 if (rpl->status != CPL_ERR_TCAM_FULL && in do_act_open_rpl() 581 rpl->status != CPL_ERR_CONN_EXIST && in do_act_open_rpl() 582 rpl->status != CPL_ERR_ARP_MISS) in do_act_open_rpl() 587 if (rpl->status == CPL_ERR_CONN_EXIST && in do_act_open_rpl() 626 struct cpl_close_con_rpl *rpl = cplhdr(skb); in do_close_con_rpl() local 709 struct cpl_abort_rpl_rss *rpl = cplhdr(skb); in do_abort_rpl() local 714 rpl->status, csk, csk ? csk->state : 0, in do_abort_rpl() [all …]
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_core.c | 209 const struct cpl_fw6_pld *rpl = (struct cpl_fw6_pld *)rsp; in chcr_uld_rx_handler() local 211 if (!work_handlers[rpl->opcode]) { in chcr_uld_rx_handler() 212 pr_err("Unsupported opcode %d received\n", rpl->opcode); in chcr_uld_rx_handler() 217 work_handlers[rpl->opcode](adap, (unsigned char *)&rsp[1]); in chcr_uld_rx_handler() 219 work_handlers[rpl->opcode](adap, pgl->va); in chcr_uld_rx_handler()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| A D | cm.c | 523 rpl->ot.opcode = cpl; in queue_arp_failure_cpl() 2388 rpl->status, status2errno(rpl->status)); in pass_open_rpl() 2472 rpl = cplhdr(skb); in accept_cr() 2475 rpl5 = (void *)rpl; in accept_cr() 2479 INIT_TP_WR(rpl, ep->hwtid); in accept_cr() 2489 rpl5 = (void *)rpl; in accept_cr() 3901 switch (rpl->type) { in deferred_fw6_msg() 4301 rpl = cplhdr(skb); in process_work() 4303 opcode = rpl->ot.opcode; in process_work() 4365 rpl->status, GET_TID(rpl)); in set_tcb_rpl() [all …]
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_cm.c | 763 unsigned int stid = GET_TID(rpl); in chtls_pass_open_rpl() 775 if (rpl->status != CPL_ERR_NONE) { in chtls_pass_open_rpl() 777 rpl->status, stid); in chtls_pass_open_rpl() 794 stid = GET_TID(rpl); in chtls_close_listsrv_rpl() 798 if (rpl->status != CPL_ERR_NONE) { in chtls_close_listsrv_rpl() 800 rpl->status, stid); in chtls_close_listsrv_rpl() 1323 len = roundup(sizeof(*rpl), 16); in chtls_pass_accept_request() 1985 rpl->cmd = cmd; in set_abort_rpl_wr() 2165 GET_TID(rpl), in chtls_abort_rpl_rss() 2286 unsigned int hwtid = GET_TID(rpl); in chtls_wr_ack() [all …]
|
| /linux/drivers/target/iscsi/cxgbit/ |
| A D | cxgbit_main.c | 440 struct cpl_tx_data *rpl = NULL; in cxgbit_uld_lro_rx_handler() local 462 rpl = gl ? (struct cpl_tx_data *)gl->va : in cxgbit_uld_lro_rx_handler() 464 tid = GET_TID(rpl); in cxgbit_uld_lro_rx_handler() 511 rpl = (struct cpl_tx_data *)skb->data; in cxgbit_uld_lro_rx_handler() 512 op = rpl->ot.opcode; in cxgbit_uld_lro_rx_handler() 516 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler() 517 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
|
| A D | cxgbit_cm.c | 1581 struct cpl_pass_open_rpl *rpl = cplhdr(skb); in cxgbit_pass_open_rpl() local 1583 unsigned int stid = GET_TID(rpl); in cxgbit_pass_open_rpl() 1587 __func__, cnp, stid, rpl->status); in cxgbit_pass_open_rpl() 1605 unsigned int stid = GET_TID(rpl); in cxgbit_close_listsrv_rpl() 1609 __func__, cnp, stid, rpl->status); in cxgbit_close_listsrv_rpl() 1787 struct cpl_abort_rpl_rss *rpl = cplhdr(skb); in cxgbit_abort_rpl_rss() local 1797 rpl->status); in cxgbit_abort_rpl_rss() 1838 u32 credits = rpl->credits; in cxgbit_fw4_ack() 1839 u32 snd_una = ntohl(rpl->snd_una); in cxgbit_fw4_ack() 1876 if (rpl->seq_vld & CPL_FW4_ACK_FLAGS_SEQVAL) { in cxgbit_fw4_ack() [all …]
|
| /linux/include/linux/ |
| A D | intel_rapl.h | 90 struct rapl_power_limit rpl[NR_POWER_LIMITS]; member
|
| /linux/net/ipv6/ |
| A D | Makefile | 13 udp_offload.o seg6.o fib6_notifier.o rpl.o ioam6.o
|