Searched refs:ctxt_type (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.h | 73 enum ctxt_type { enum
|
D | cudbg_lib.c | 2343 enum ctxt_type ctype, u32 *data) in cudbg_read_sge_ctxt() 2362 u8 ctxt_type, in cudbg_get_sge_ctxt_fw() argument 2370 cudbg_read_sge_ctxt(pdbg_init, j, ctxt_type, buff->data); in cudbg_get_sge_ctxt_fw() 2371 rc = cudbg_sge_ctxt_check_valid(buff->data, ctxt_type); in cudbg_get_sge_ctxt_fw() 2375 buff->cntxt_type = ctxt_type; in cudbg_get_sge_ctxt_fw() 2378 if (ctxt_type == CTXT_FLM) { in cudbg_get_sge_ctxt_fw()
|
D | cxgb4.h | 2053 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type); 2073 enum ctxt_type ctype, u32 *data); 2075 enum ctxt_type ctype, u32 *data);
|
D | t4_hw.c | 6765 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type) in t4_sge_ctxt_flush() argument 6772 ldst_addrspace = FW_LDST_CMD_ADDRSPACE_V(ctxt_type == CTXT_EGRESS ? in t4_sge_ctxt_flush() 10320 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd() 10360 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd_bd()
|
/linux-5.19.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_qp.c | 73 enum hinic_qp_ctxt_type ctxt_type, in hinic_qp_prepare_header() argument 80 qp_ctxt_hdr->queue_type = ctxt_type; in hinic_qp_prepare_header() 82 if (ctxt_type == HINIC_QP_CTXT_TYPE_SQ) in hinic_qp_prepare_header()
|
D | hinic_hw_qp.h | 129 enum hinic_qp_ctxt_type ctxt_type,
|
D | hinic_hw_io.c | 209 enum hinic_qp_ctxt_type ctxt_type) in hinic_clean_queue_offload_ctxt() argument 226 ctxt_block->cmdq_hdr.queue_type = ctxt_type; in hinic_clean_queue_offload_ctxt()
|
/linux-5.19.10/drivers/infiniband/hw/hfi1/ |
D | hfi.h | 2225 u16 ctxt_type) in hfi1_pkt_default_send_ctxt_mask() argument 2253 if (ctxt_type == SC_USER) in hfi1_pkt_default_send_ctxt_mask() 2259 else if (ctxt_type != SC_KERNEL) in hfi1_pkt_default_send_ctxt_mask()
|