Searched refs:id2 (Results 51 - 73 of 73) sorted by relevance

123

/linux-master/net/mptcp/
H A Doptions.c1623 u8 id1, id2, id3, id4; local
1626 id2 = i + 1 < opts->rm_list.nr ? opts->rm_list.ids[i + 1] : TCPOPT_NOP;
1629 put_unaligned_be32(id1 << 24 | id2 << 16 | id3 << 8 | id4, ptr);
/linux-master/scripts/mod/
H A Dfile2alias.c651 const char *id2 = local
654 if (!id2[0])
657 if (!strcmp(id, id2)) {
/linux-master/include/linux/
H A Dphy.h1192 * phy_id_compare - compare @id1 with @id2 taking account of @mask
1194 * @id2: second PHY ID
1197 * Return true if the bits from @id1 and @id2 specified by @mask match.
1200 static inline bool phy_id_compare(u32 id1, u32 id2, u32 mask) argument
1202 return !((id1 ^ id2) & mask);
/linux-master/fs/ocfs2/
H A Drefcounttree.c3394 ret = ocfs2_refcount_cal_cow_clusters(inode, &di->id2.i_list,
3954 t_di->id2.i_data.id_count = s_di->id2.i_data.id_count;
3955 memcpy(t_di->id2.i_data.id_data, s_di->id2.i_data.id_data,
3956 le16_to_cpu(s_di->id2.i_data.id_count));
4739 /* lock id2 */
H A Dnamei.c584 fe->id2.i_data.id_count = cpu_to_le16(
587 fel = &fe->id2.i_list;
1148 /* switch id1 and id2 around */
1152 /* lock id2 */
1986 memcpy((char *) fe->id2.i_symlink, symname, l);
H A Dioctl.c566 cl = &(gb_dinode->id2.i_chain);
H A Dlocalalloc.c33 #define OCFS2_LOCAL_ALLOC(dinode) (&((dinode)->id2.i_lab))
H A Dmove_extents.c393 cl = &(ac_dinode->id2.i_chain);
H A Dxattr.c2644 struct ocfs2_inline_data *idata = &di->id2.i_data;
2650 struct ocfs2_extent_list *el = &di->id2.i_list;
2737 struct ocfs2_inline_data *idata = &di->id2.i_data;
2740 struct ocfs2_extent_list *el = &di->id2.i_list;
6520 struct ocfs2_extent_list *el = &new_di->id2.i_list;
H A Dfile.c596 credits = ocfs2_calc_extend_credits(osb->sb, &fe->id2.i_list);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c3226 u8 id1, id2, id4; local
3237 id2 = FIELD_GET(SW_CHIP_ID_M, id16);
3241 if (id2 == KSZ87_CHIP_ID_95) {
3249 } else if (id2 == KSZ87_CHIP_ID_94) {
3256 if (id2 == KSZ88_CHIP_ID_63)
/linux-master/sound/soc/
H A Dsoc-core.c2568 unsigned int id1, id2; local
2589 } else if (sscanf(name, "%x-%x", &id1, &id2) == 2) {
2592 *id = ((id1 & 0xffff) << 16) + id2;
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c6049 int id1, id2; local
6058 id2 = mii_rw(dev, phyaddr, MII_PHYSID2, MII_READ);
6060 if (id2 < 0 || id2 == 0xffff)
6063 np->phy_model = id2 & PHYID2_MODEL_MASK;
6065 id2 = (id2 & PHYID2_OUI_MASK) >> PHYID2_OUI_SHFT;
6067 np->phy_oui = id1 | id2;
/linux-master/drivers/scsi/
H A Dqla1280.h337 uint8_t id2; /* 2 */ member in struct:nvram
H A Dqla1280.c595 nv->id2 != 'P' || nv->id3 != ' ' || nv->version < 1) {
608 " version %i\n", nv->id0, nv->id1, nv->id2, nv->id3,
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c1953 unsigned short id1, id2; local
1958 id2 = mdio_read(dev, i, MII_PHYSID2);
1959 if (id2 == 0xffff)
1968 id1, id2, i);
/linux-master/drivers/atm/
H A Dnicstar.c944 int id1, id2; local
1024 id2 = idr_alloc(&card->idr, handle2, 0, 0, GFP_ATOMIC);
1025 if (id2 < 0)
1031 writel(id2, card->membase + DR2);
/linux-master/tools/lib/bpf/
H A Dbtf.c4061 static bool btf_dedup_identical_arrays(struct btf_dedup *d, __u32 id1, __u32 id2) argument
4066 t2 = btf_type_by_id(d->btf, id2);
4074 static bool btf_dedup_identical_structs(struct btf_dedup *d, __u32 id1, __u32 id2) argument
4081 t2 = btf_type_by_id(d->btf, id2);
/linux-master/fs/ntfs3/
H A Dfslog.c3034 u16 id, id2; local
3229 id2 = le16_to_cpu(attr2->id);
3230 if (id <= id2)
3231 rec->next_attr_id = cpu_to_le16(id2 + 1);
/linux-master/drivers/firewire/
H A Dohci.c1984 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]); local
1986 if (id != ~id2) {
2001 j, self_id_count, id, id2);
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.c2497 unsigned int id2 = chip->ac97[CS46XX_PRIMARY_CODEC_INDEX]->id & 0xffff; local
2498 if ((id2 & 0xfff0) == 0x5920) { /* CS4294 and CS4298 */
/linux-master/kernel/bpf/
H A Dbtf.c6731 const struct btf *btf2, u32 id2)
6733 if (id1 != id2)
6737 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2);
6730 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) argument
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c15275 u32 id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; local
15278 eeprom_phy_id |= (id2 & 0xfc00) << 16;
15279 eeprom_phy_id |= (id2 & 0x03ff) << 0;

Completed in 464 milliseconds

123