/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_hw_cb.c | 53 bfa_hwcb_rspq_ack_msix(struct bfa_s *bfa, int rspq, u32 ci) bfa_hwcb_rspq_ack_msix() argument 67 bfa_hwcb_rspq_ack(struct bfa_s *bfa, int rspq, u32 ci) bfa_hwcb_rspq_ack() argument
|
H A D | bfa_hw_ct.c | 74 bfa_hwct_rspq_ack(struct bfa_s *bfa, int rspq, u32 ci) bfa_hwct_rspq_ack() argument 92 bfa_hwct2_rspq_ack(struct bfa_s *bfa, int rspq, u32 ci) bfa_hwct2_rspq_ack() argument
|
H A D | bfi.h | 600 struct bfi_msgq_s rspq; member in struct:bfi_msgq_cfg_req_s
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.h | 113 struct bfa_msgq_rspq rspq; member in struct:bfa_msgq
|
H A D | bfa_msgq.c | 337 rspq_sm_stopped_entry(struct bfa_msgq_rspq *rspq) rspq_sm_stopped_entry() argument 345 rspq_sm_stopped(struct bfa_msgq_rspq *rspq, enum rspq_event event) rspq_sm_stopped() argument 363 rspq_sm_init_wait_entry(struct bfa_msgq_rspq *rspq) rspq_sm_init_wait_entry() argument 369 rspq_sm_init_wait(struct bfa_msgq_rspq *rspq, enum rspq_event event) rspq_sm_init_wait() argument 387 rspq_sm_ready_entry(struct bfa_msgq_rspq *rspq) rspq_sm_ready_entry() argument 392 rspq_sm_ready(struct bfa_msgq_rspq *rspq, enum rspq_event event) rspq_sm_ready() argument 410 rspq_sm_dbell_wait_entry(struct bfa_msgq_rspq *rspq) rspq_sm_dbell_wait_entry() argument 417 rspq_sm_dbell_wait(struct bfa_msgq_rspq *rspq, enum rspq_event event) rspq_sm_dbell_wait() argument 445 struct bfa_msgq_rspq *rspq = (struct bfa_msgq_rspq *)arg; bfa_msgq_rspq_dbell_ready() local 450 bfa_msgq_rspq_dbell(struct bfa_msgq_rspq *rspq) bfa_msgq_rspq_dbell() argument 467 bfa_msgq_rspq_pi_update(struct bfa_msgq_rspq *rspq, struct bfi_mbmsg *mb) bfa_msgq_rspq_pi_update() argument 498 bfa_msgq_rspq_attach(struct bfa_msgq_rspq *rspq, struct bfa_msgq *msgq) bfa_msgq_rspq_attach() argument 647 struct bfa_msgq_rspq *rspq = &msgq->rspq; bfa_msgq_rsp_copy() local
|
H A D | bfi.h | 439 struct bfi_msgq rspq; member in struct:bfi_msgq_cfg_req
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 211 struct sge_rspq rspq; /* Response Queue */ member in struct:sge_eth_rxq
|
H A D | t4vf_hw.c | 931 t4vf_config_rss_range(struct adapter *adapter, unsigned int viid, int start, int n, const u16 *rspq, int nrspq) t4vf_config_rss_range() argument
|
H A D | cxgb4vf_main.c | 374 static void qenable(struct sge_rspq *rspq) qenable() argument 428 static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp, fwevtq_handler() argument 1042 static int set_rxq_intr_params(struct adapter *adapter, struct sge_rspq *rspq, set_rxq_intr_params() argument 1438 const struct sge_rspq *rspq = &adapter->sge.ethrxq[pi->first_qset].rspq; cxgb4vf_get_coalesce() local 2392 static inline void init_rspq(struct sge_rspq *rspq, u8 timer_idx, init_rspq() argument 1021 qtimer_val(const struct adapter *adapter, const struct sge_rspq *rspq) qtimer_val() argument
|
H A D | sge.c | 1596 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp, t4vf_ethrx_handler() argument 1712 static inline void rspq_next(struct sge_rspq *rspq) rspq_next() argument 1735 static int process_responses(struct sge_rspq *rspq, int budget) process_responses() argument 1869 struct sge_rspq *rspq = container_of(napi, struct sge_rspq, napi); napi_rx_handler() local 1902 struct sge_rspq *rspq = cookie; t4vf_sge_intr_msix() local 1923 struct sge_rspq *rspq; process_intrq() local 2175 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, t4vf_sge_alloc_rxq() argument 2474 static void free_rspq_fl(struct adapter *adapter, struct sge_rspq *rspq, free_rspq_fl() argument 1663 is_new_response(const struct rsp_ctrl *rc, const struct sge_rspq *rspq) is_new_response() argument
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 203 struct sge_rspq rspq; member in struct:sge_qset
|
H A D | t3_hw.c | 2329 t3_sge_init_cqcntxt(struct adapter *adapter, unsigned int id, u64 base_addr, unsigned int size, int rspq, int ovfl_mode, unsigned int credits, unsigned int credit_thres) t3_sge_init_cqcntxt() argument 2500 t3_config_rss(struct adapter *adapter, unsigned int rss_config, const u8 * cpus, const u16 *rspq) t3_config_rss() argument
|
H A D | t3_cpl.h | 1441 __u8 rspq:3; member in struct:cpl_rdma_terminate 1445 __u8 rspq:3; member in struct:cpl_rdma_terminate
|
/linux-4.1.27/drivers/staging/slicoss/ |
H A D | slicoss.c | 1166 struct slic_rspqueue *rspq = &adapter->rspqueue; slic_rspqueue_free() local 1184 struct slic_rspqueue *rspq = &adapter->rspqueue; slic_rspqueue_init() local 1222 struct slic_rspqueue *rspq = &adapter->rspqueue; slic_rspqueue_getnext() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 529 struct sge_rspq rspq; member in struct:sge_eth_rxq 542 struct sge_rspq rspq; member in struct:sge_ofld_rxq
|
H A D | t4_hw.c | 2939 t4_config_rss_range(struct adapter *adapter, int mbox, unsigned int viid, int start, int n, const u16 *rspq, unsigned int nrspq) t4_config_rss_range() argument
|