Home
last modified time | relevance | path

Searched defs:rcd (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c88 struct hfi1_ctxtdata *rcd; in hfi1_create_kctxt() local
162 static void hfi1_rcd_init(struct hfi1_ctxtdata *rcd) in hfi1_rcd_init()
175 struct hfi1_ctxtdata *rcd = in hfi1_rcd_free() local
193 int hfi1_rcd_put(struct hfi1_ctxtdata *rcd) in hfi1_rcd_put()
210 int hfi1_rcd_get(struct hfi1_ctxtdata *rcd) in hfi1_rcd_get()
226 struct hfi1_ctxtdata *rcd, u16 *index) in allocate_rcd_index()
287 struct hfi1_ctxtdata *rcd = NULL; in hfi1_rcd_get_by_index() local
308 struct hfi1_ctxtdata *rcd; in hfi1_create_ctxtdata() local
471 void hfi1_free_ctxt(struct hfi1_ctxtdata *rcd) in hfi1_free_ctxt()
679 struct hfi1_ctxtdata *rcd; in init_after_reset() local
[all …]
H A Daspm.c129 void __aspm_ctx_disable(struct hfi1_ctxtdata *rcd) in __aspm_ctx_disable()
172 struct hfi1_ctxtdata *rcd = timer_container_of(rcd, t, aspm_timer); in aspm_ctx_timer_function() local
187 struct hfi1_ctxtdata *rcd; in aspm_disable_all() local
209 struct hfi1_ctxtdata *rcd; in aspm_enable_all() local
230 static void aspm_ctx_init(struct hfi1_ctxtdata *rcd) in aspm_ctx_init()
241 struct hfi1_ctxtdata *rcd; in aspm_init() local
H A Dmsix.c126 static int msix_request_rcd_irq_common(struct hfi1_ctxtdata *rcd, in msix_request_rcd_irq_common()
154 int msix_request_rcd_irq(struct hfi1_ctxtdata *rcd) in msix_request_rcd_irq()
170 int msix_netdev_request_rcd_irq(struct hfi1_ctxtdata *rcd) in msix_netdev_request_rcd_irq()
268 struct hfi1_ctxtdata *rcd = hfi1_rcd_get_by_index_safe(dd, i); in msix_request_irqs() local
341 struct hfi1_ctxtdata *rcd = hfi1_netdev_get_ctxt(dd, i); in msix_netdev_synchronize_irq() local
H A Dexp_rcv.c23 void hfi1_exp_tid_group_init(struct hfi1_ctxtdata *rcd) in hfi1_exp_tid_group_init()
34 int hfi1_alloc_ctxt_rcv_groups(struct hfi1_ctxtdata *rcd) in hfi1_alloc_ctxt_rcv_groups()
71 void hfi1_free_ctxt_rcv_groups(struct hfi1_ctxtdata *rcd) in hfi1_free_ctxt_rcv_groups()
H A Dtid_rdma.c298 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit) in hfi1_kern_exp_rcv_init()
469 static struct rvt_qp *first_qp(struct hfi1_ctxtdata *rcd, in first_qp()
504 static bool kernel_tid_waiters(struct hfi1_ctxtdata *rcd, in kernel_tid_waiters()
537 static void dequeue_tid_waiter(struct hfi1_ctxtdata *rcd, in dequeue_tid_waiter()
564 static void queue_qp_for_tid_wait(struct hfi1_ctxtdata *rcd, in queue_qp_for_tid_wait()
716 static int kern_reserve_flow(struct hfi1_ctxtdata *rcd, int last) in kern_reserve_flow()
735 static void kern_set_hw_flow(struct hfi1_ctxtdata *rcd, u32 generation, in kern_set_hw_flow()
754 static u32 kern_setup_hw_flow(struct hfi1_ctxtdata *rcd, u32 flow_idx) in kern_setup_hw_flow()
772 static void kern_clear_hw_flow(struct hfi1_ctxtdata *rcd, u32 flow_idx) in kern_clear_hw_flow()
780 int hfi1_kern_setup_hw_flow(struct hfi1_ctxtdata *rcd, struct rvt_qp *qp) in hfi1_kern_setup_hw_flow()
[all …]
H A Drc.c1346 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_send_rc_ack() local
1905 static void set_restart_qp(struct rvt_qp *qp, struct hfi1_ctxtdata *rcd) in set_restart_qp()
1965 u64 val, struct hfi1_ctxtdata *rcd) in do_rc_ack()
2264 struct hfi1_ctxtdata *rcd) in rdma_seq_err()
2304 struct hfi1_ctxtdata *rcd = packet->rcd; in rc_rcv_resp() local
2512 int diff, struct hfi1_ctxtdata *rcd) in rc_rcv_error()
2765 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_rc_rcv() local
3210 struct hfi1_ctxtdata *rcd, in hfi1_rc_hdrerr()
H A Daspm.h26 static inline void aspm_ctx_disable(struct hfi1_ctxtdata *rcd) in aspm_ctx_disable()
H A Dverbs.c329 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_kdeth_eager_rcv() local
383 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_kdeth_expected_rcv() local
437 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_do_pkey_check() local
457 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_handle_packet() local
537 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_ib_rcv() local
545 struct hfi1_ctxtdata *rcd = packet->rcd; in hfi1_16B_rcv() local
H A Dhfi.h320 static inline u32 rcvhdrq_size(struct hfi1_ctxtdata *rcd) in rcvhdrq_size()
337 struct hfi1_ctxtdata *rcd; member
1309 struct hfi1_ctxtdata **rcd; member
1463 static inline u32 hfi1_rcd_head(struct hfi1_ctxtdata *rcd) in hfi1_rcd_head()
1473 static inline void hfi1_set_rcd_head(struct hfi1_ctxtdata *rcd, u32 head) in hfi1_set_rcd_head()
1479 static inline __le32 *get_rhf_addr(struct hfi1_ctxtdata *rcd) in get_rhf_addr()
1485 static inline bool get_dma_rtail_setting(struct hfi1_ctxtdata *rcd) in get_dma_rtail_setting()
1509 static inline u8 hfi1_seq_cnt(struct hfi1_ctxtdata *rcd) in hfi1_seq_cnt()
1520 static inline void hfi1_set_seq_cnt(struct hfi1_ctxtdata *rcd, u8 cnt) in hfi1_set_seq_cnt()
1532 static inline bool last_rcv_seq(struct hfi1_ctxtdata *rcd, u32 seq) in last_rcv_seq()
[all …]
H A Dexp_rcv.h151 hfi1_tid_group_to_idx(struct hfi1_ctxtdata *rcd, struct tid_group *grp) in hfi1_tid_group_to_idx()
162 hfi1_idx_to_tid_group(struct hfi1_ctxtdata *rcd, u16 idx) in hfi1_idx_to_tid_group()
H A Drc.h25 static inline void rc_defered_ack(struct hfi1_ctxtdata *rcd, in rc_defered_ack()
H A Dintr.c171 void handle_user_interrupt(struct hfi1_ctxtdata *rcd) in handle_user_interrupt()
H A Dfault.c50 struct hfi1_ctxtdata *rcd; in _fault_stats_seq_show() local
H A Dchip.c5222 bool is_urg_masked(struct hfi1_ctxtdata *rcd) in is_urg_masked()
6818 struct hfi1_ctxtdata *rcd; in rxe_freeze() local
6841 struct hfi1_ctxtdata *rcd; in rxe_kernel_unfreeze() local
8170 struct hfi1_ctxtdata *rcd; in is_rcv_avail_int() local
8201 struct hfi1_ctxtdata *rcd; in is_rcv_urgent_int() local
8359 static inline void clear_recv_intr(struct hfi1_ctxtdata *rcd) in clear_recv_intr()
8370 void force_recv_intr(struct hfi1_ctxtdata *rcd) in force_recv_intr()
8385 static inline int check_packet_present(struct hfi1_ctxtdata *rcd) in check_packet_present()
8402 static void receive_interrupt_common(struct hfi1_ctxtdata *rcd) in receive_interrupt_common()
8418 static void __hfi1_rcd_eoi_intr(struct hfi1_ctxtdata *rcd) in __hfi1_rcd_eoi_intr()
[all …]
H A Ddebugfs.c69 struct hfi1_ctxtdata *rcd; in _opcode_stats_seq_show() local
160 struct hfi1_ctxtdata *rcd; in _ctx_stats_seq_show() local
325 struct hfi1_ctxtdata *rcd; in _rcds_seq_show() local
H A Dtid_rdma.h99 struct hfi1_ctxtdata *rcd; member
H A Dfile_ops.c933 struct hfi1_ctxtdata **rcd) in allocate_ctxt()
H A Dverbs.h119 struct hfi1_ctxtdata *rcd; /* QP's receive context */ member
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c195 struct cper_mce_record rcd; in apei_write_mce() local
227 struct cper_mce_record rcd; in apei_read_mce() local
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c280 fbnic_rx_csum(u64 rcd, struct sk_buff *skb, struct fbnic_ring *rcq, in fbnic_rx_csum()
859 static void fbnic_pkt_prepare(struct fbnic_napi_vector *nv, u64 rcd, in fbnic_pkt_prepare()
900 static void fbnic_add_rx_frag(struct fbnic_napi_vector *nv, u64 rcd, in fbnic_add_rx_frag()
1002 static enum pkt_hash_types fbnic_skb_hash_type(u64 rcd) in fbnic_skb_hash_type()
1009 static void fbnic_rx_tstamp(struct fbnic_napi_vector *nv, u64 rcd, in fbnic_rx_tstamp()
1027 u64 rcd, struct sk_buff *skb, in fbnic_populate_skb_fields()
1044 static bool fbnic_rcd_metadata_err(u64 rcd) in fbnic_rcd_metadata_err()
1067 u64 rcd; in fbnic_clean_rcq() local
/linux/drivers/cpufreq/
H A Dsa1110-cpufreq.c130 static inline void set_mdcas(u_int *mdcas, int delayed, u_int rcd) in set_mdcas()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c355 # define vmxnet3_getRxComp(dstrcd, rcd, tmp) do { \ argument
370 # define vmxnet3_getRxComp(dstrcd, rcd, tmp) (dstrcd) = (rcd) argument
779 vmxnet3_append_frag(struct sk_buff *skb, struct Vmxnet3_RxCompDesc *rcd, in vmxnet3_append_frag()
1494 vmxnet3_rx_error(struct vmxnet3_rx_queue *rq, struct Vmxnet3_RxCompDesc *rcd, in vmxnet3_rx_error()
1609 struct Vmxnet3_RxCompDesc *rcd; in vmxnet3_rq_rx_complete() local
/linux/drivers/acpi/apei/
H A Derst.c1074 struct cper_pstore_record *rcd; in erst_reader() local
1136 struct cper_pstore_record *rcd = (struct cper_pstore_record *) in erst_writer() local
/linux/drivers/net/hyperv/
H A Dnetvsc.c1367 const struct recv_comp_data *rcd in send_recv_completions() local
1413 struct recv_comp_data *rcd; in enq_receive_complete() local
/linux/drivers/tty/serial/
H A Dxilinx_uartps.c523 unsigned int baud, u32 *rbdiv, u32 *rcd, int *div8) in cdns_uart_calc_baud_divs()

12