Searched refs:ctxt_type (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | t4_hw.h | 73 enum ctxt_type {  enum
  | 
| D | cudbg_lib.c | 2328 				enum ctxt_type ctype, u32 *data)  in cudbg_read_sge_ctxt() 2347 				  u8 ctxt_type,  in cudbg_get_sge_ctxt_fw()  argument 2355 		cudbg_read_sge_ctxt(pdbg_init, j, ctxt_type, buff->data);  in cudbg_get_sge_ctxt_fw() 2356 		rc = cudbg_sge_ctxt_check_valid(buff->data, ctxt_type);  in cudbg_get_sge_ctxt_fw() 2360 		buff->cntxt_type = ctxt_type;  in cudbg_get_sge_ctxt_fw() 2363 		if (ctxt_type == CTXT_FLM) {  in cudbg_get_sge_ctxt_fw()
  | 
| D | cxgb4.h | 2055 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type); 2075 		   enum ctxt_type ctype, u32 *data); 2077 		      enum ctxt_type ctype, u32 *data);
  | 
| D | t4_hw.c | 6784 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type)  in t4_sge_ctxt_flush()  argument 6791 	ldst_addrspace = FW_LDST_CMD_ADDRSPACE_V(ctxt_type == CTXT_EGRESS ?  in t4_sge_ctxt_flush() 10340 		   enum ctxt_type ctype, u32 *data)  in t4_sge_ctxt_rd() 10380 		      enum ctxt_type ctype, u32 *data)  in t4_sge_ctxt_rd_bd()
  | 
| /Linux-v5.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-v5.10/drivers/infiniband/hw/hfi1/ | 
| D | hfi.h | 2275 						  u16 ctxt_type)  in hfi1_pkt_default_send_ctxt_mask()  argument 2303 	if (ctxt_type == SC_USER)  in hfi1_pkt_default_send_ctxt_mask() 2309 	else if (ctxt_type != SC_KERNEL)  in hfi1_pkt_default_send_ctxt_mask()
  |