/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_isr.c | 212 csio_scsi_isr_handler(struct csio_q *iq) in csio_scsi_isr_handler() argument 214 struct csio_hw *hw = (struct csio_hw *)iq->owner; in csio_scsi_isr_handler() 223 if (unlikely(csio_wr_process_iq(hw, iq, csio_process_scsi_cmpl, in csio_scsi_isr_handler() 258 struct csio_q *iq = (struct csio_q *) dev_id; in csio_scsi_isr() local 261 if (unlikely(!iq)) in csio_scsi_isr() 264 hw = (struct csio_hw *)iq->owner; in csio_scsi_isr() 271 csio_scsi_isr_handler(iq); in csio_scsi_isr() 288 struct csio_q *iq = priv; in csio_scsi_intx_handler() local 290 csio_scsi_isr_handler(iq); in csio_scsi_intx_handler()
|
D | csio_wr.h | 410 struct csio_iq iq; member 463 #define csio_q_iqid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->un.iq.iqid) 465 ((__hw)->wrm.q_arr[(__idx)]->un.iq.physiqid) 467 ((__hw)->wrm.q_arr[(__idx)]->un.iq.flq_idx) 473 #define csio_iq_has_fl(__iq) ((__iq)->un.iq.flq_idx != -1) 476 csio_q_flid((__hw), (__hw)->wrm.q_arr[(__iq_qidx)]->un.iq.flq_idx)
|
D | csio_wr.c | 253 q->un.iq.genbit = 1; in csio_wr_alloc_q() 276 q->un.iq.flq_idx = flq_idx; in csio_wr_alloc_q() 278 flq = wrm->q_arr[q->un.iq.flq_idx]; in csio_wr_alloc_q() 304 q->un.iq.flq_idx = -1; in csio_wr_alloc_q() 308 q->un.iq.iq_intx_handler = iq_intx_handler; in csio_wr_alloc_q() 767 q->un.iq.genbit = 1; in csio_wr_cleanup_iq_ftr() 1049 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; in csio_wr_process_fl() 1108 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr() 1135 wrm->q_arr[q->un.iq.flq_idx] : NULL; in csio_wr_process_iq() 1179 q_completed->un.iq.iq_intx_handler); in csio_wr_process_iq() [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2440 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq() argument 2450 iq->size = roundup(iq->size, 16); in t4_sge_alloc_rxq() 2452 iq->desc = alloc_ring(adap->pdev_dev, iq->size, iq->iqe_len, 0, in t4_sge_alloc_rxq() 2453 &iq->phys_addr, NULL, 0, NUMA_NO_NODE); in t4_sge_alloc_rxq() 2454 if (!iq->desc) in t4_sge_alloc_rxq() 2470 FW_IQ_CMD_IQINTCNTTHRESH_V(iq->pktcnt_idx) | in t4_sge_alloc_rxq() 2471 FW_IQ_CMD_IQESIZE_V(ilog2(iq->iqe_len) - 4)); in t4_sge_alloc_rxq() 2472 c.iqsize = htons(iq->size); in t4_sge_alloc_rxq() 2473 c.iqaddr = cpu_to_be64(iq->phys_addr); in t4_sge_alloc_rxq() 2498 netif_napi_add(dev, &iq->napi, napi_rx_handler, 64); in t4_sge_alloc_rxq() [all …]
|
D | cxgb4.h | 809 uint32_t iq:10; /* ingress queue */ member 1056 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
|
D | cxgb4_main.c | 1186 FW_FILTER_WR_IQ_V(f->fs.iq)); in set_filter_wr() 2820 f->fs.iq = queue; in cxgb4_create_server_filter()
|
/linux-4.1.27/drivers/media/tuners/ |
D | r820t.c | 1604 static void r820t_compre_cor(struct r820t_sect_type iq[3]) in r820t_compre_cor() 1609 if (iq[0].value > iq[i - 1].value) in r820t_compre_cor() 1610 swap(iq[0], iq[i - 1]); in r820t_compre_cor() 1615 struct r820t_sect_type iq[3], u8 reg) in r820t_compre_step() 1628 tmp.phase_y = iq[0].phase_y; in r820t_compre_step() 1629 tmp.gain_x = iq[0].gain_x; in r820t_compre_step() 1651 if (tmp.value <= iq[0].value) { in r820t_compre_step() 1652 iq[0].gain_x = tmp.gain_x; in r820t_compre_step() 1653 iq[0].phase_y = tmp.phase_y; in r820t_compre_step() 1654 iq[0].value = tmp.value; in r820t_compre_step() [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_inode.c | 3205 xfs_inode_t *iq; in xfs_iflush_cluster() local 3229 iq = ilist[i]; in xfs_iflush_cluster() 3230 if (iq == ip) in xfs_iflush_cluster() 3239 spin_lock(&iq->i_flags_lock); in xfs_iflush_cluster() 3240 if (!iq->i_ino || in xfs_iflush_cluster() 3241 __xfs_iflags_test(iq, XFS_ISTALE) || in xfs_iflush_cluster() 3242 (XFS_INO_TO_AGINO(mp, iq->i_ino) & mask) != first_index) { in xfs_iflush_cluster() 3243 spin_unlock(&iq->i_flags_lock); in xfs_iflush_cluster() 3246 spin_unlock(&iq->i_flags_lock); in xfs_iflush_cluster() 3253 if (xfs_inode_clean(iq) && xfs_ipincount(iq) == 0) in xfs_iflush_cluster() [all …]
|
/linux-4.1.27/scripts/ |
D | tags.sh | 278 if $1 --version 2>&1 | grep -iq exuberant; then 280 elif $1 --version 2>&1 | grep -iq emacs; then
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.c | 279 u8 iq; in __get_chpid_from_lir() member 291 if (!(lir->iq&0x80)) in __get_chpid_from_lir()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 1250 s32 iq; in wlc_lcnphy_calc_rx_iq_comp() local 1266 iq = (s32) iq_est.iq_prod; in wlc_lcnphy_calc_rx_iq_comp() 1275 iq_nbits = wlc_phy_nbits(iq); in wlc_lcnphy_calc_rx_iq_comp() 1280 a = (-(iq << (30 - iq_nbits)) + (ii >> (1 + arsh))); in wlc_lcnphy_calc_rx_iq_comp() 1285 a = (-(iq << (30 - iq_nbits)) + (ii << (-1 - arsh))); in wlc_lcnphy_calc_rx_iq_comp()
|
D | phy_n.c | 26217 s32 iq = 0; in wlc_phy_calc_rx_iq_comp_nphy() local 26239 iq = est[curr_core].iq_prod; in wlc_phy_calc_rx_iq_comp_nphy() 26243 iq = est[curr_core].iq_prod; in wlc_phy_calc_rx_iq_comp_nphy() 26255 iq_nbits = wlc_phy_nbits(iq); in wlc_phy_calc_rx_iq_comp_nphy() 26260 a = (-(iq << (30 - iq_nbits)) + (ii >> (1 + arsh))); in wlc_phy_calc_rx_iq_comp_nphy() 26267 a = (-(iq << (30 - iq_nbits)) + (ii << (-1 - arsh))); in wlc_phy_calc_rx_iq_comp_nphy()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_n.c | 4495 s32 iq; in b43_nphy_calc_rx_iq_comp() local 4517 iq = est.iq0_prod; in b43_nphy_calc_rx_iq_comp() 4521 iq = est.iq1_prod; in b43_nphy_calc_rx_iq_comp() 4533 iq_nbits = fls(abs(iq)); in b43_nphy_calc_rx_iq_comp() 4538 a = -((iq << (30 - iq_nbits)) + (ii >> (1 + arsh))); in b43_nphy_calc_rx_iq_comp() 4541 a = -((iq << (30 - iq_nbits)) + (ii << (-1 - arsh))); in b43_nphy_calc_rx_iq_comp()
|
/linux-4.1.27/block/ |
D | cfq-iosched.c | 1024 unsigned iq = cfq_group_get_avg_queues(cfqd, cfqq->cfqg, in cfq_scaled_cfqq_slice() local 1027 unsigned expect_latency = sync_slice * iq; in cfq_scaled_cfqq_slice()
|