Searched refs:ia (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/fs/iomap/
H A Dbuffered-io.c1624 struct iomap_ioend *ia = container_of(a, struct iomap_ioend, io_list); local
1627 if (ia->io_offset < ib->io_offset)
1629 if (ia->io_offset > ib->io_offset)
/linux-master/net/bluetooth/
H A Dsmp.c408 const bdaddr_t *ia, u8 _rat, const bdaddr_t *ra, u8 res[16])
414 SMP_DBG("iat %u ia %6phN rat %u ra %6phN", _iat, ia, _rat, ra);
437 /* p2 = padding || ia || ra */
439 memcpy(p2 + 6, ia, 6);
3532 const bdaddr_t ia = { { 0xa6, 0xa5, 0xa4, 0xa3, 0xa2, 0xa1 } }; local
3539 err = smp_c1(k, r, preq, pres, _iat, &ia, _rat, &ra, res);
406 smp_c1(const u8 k[16], const u8 r[16], const u8 preq[7], const u8 pres[7], u8 _iat, const bdaddr_t *ia, u8 _rat, const bdaddr_t *ra, u8 res[16]) argument
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c1132 psw_bits(regs.psw).ia = basic->ia;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h3516 uint64_t ia:5; member in struct:cvmx_mio_twsx_sw_twsi::cvmx_mio_twsx_sw_twsi_s
3522 uint64_t ia:5;
3541 uint64_t ia:8; member in struct:cvmx_mio_twsx_sw_twsi_ext::cvmx_mio_twsx_sw_twsi_ext_s
3545 uint64_t ia:8;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h381 bool ia, bool wqec);
H A Dlpfc.h967 u8 ulp_class, u16 cqid, bool ia,
H A Dlpfc_nvmet.c3344 bool ia; local
3384 ia = (ctxp->flag & LPFC_NVME_ABTS_RCV) ? true : false;
3432 LPFC_WQE_CQ_ID_DEFAULT, ia, true);
H A Dlpfc_sli.c11100 u16 iotag, u8 ulp_class, u16 cqid, bool ia,
11112 if (ia) {
11130 u16 iotag, u8 ulp_class, u16 cqid, bool ia,
11140 if (ia)
11167 bool ia, bool wqec)
11170 cqid, ia, wqec);
12406 bool ia; local
12467 ia = true;
12469 ia = false;
12473 LPFC_WQE_CQ_ID_DEFAULT, ia, fals
11099 __lpfc_sli_prep_abort_xri_s3(struct lpfc_iocbq *cmdiocbq, u16 ulp_context, u16 iotag, u8 ulp_class, u16 cqid, bool ia, bool wqec) argument
11129 __lpfc_sli_prep_abort_xri_s4(struct lpfc_iocbq *cmdiocbq, u16 ulp_context, u16 iotag, u8 ulp_class, u16 cqid, bool ia, bool wqec) argument
11165 lpfc_sli_prep_abort_xri(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocbq, u16 ulp_context, u16 iotag, u8 ulp_class, u16 cqid, bool ia, bool wqec) argument
12846 bool ia; local
[all...]
/linux-master/drivers/atm/
H A Diphase.c822 static u32 ia_phy_read32(struct iadev_priv *ia, unsigned int reg) argument
824 return readl(ia->phy + (reg >> 2));
827 static void ia_phy_write32(struct iadev_priv *ia, unsigned int reg, u32 val) argument
829 writel(val, ia->phy + (reg >> 2));
1896 IF_EVENT(printk("ia open_tx returning \n");)
2701 IF_EVENT(printk("ia: not partially allocated resources\n");)
2745 IF_EVENT(printk("ia open returning\n");)
2976 IF_TX(printk("ia packet len:%d padding:%d\n", total_len, total_len - skb->len);)
3063 IF_TX(printk("ia send done\n");)
3179 IF_INIT(printk("ia detecte
[all...]
/linux-master/fs/fuse/
H A Dfuse_i.h1080 void fuse_read_args_fill(struct fuse_io_args *ia, struct file *file, loff_t pos,
/linux-master/tools/perf/util/
H A Dannotate.c770 const struct ins *ia = a; local
773 return strcmp(ia->name, ib->name);

Completed in 601 milliseconds

12