Searched refs:cp_flags (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | spppcomp.h | 133 uint32_t cp_flags; /* miscellaneous flags */ member 187 ((x)->cp_flags & COMP_AC) 189 ((x)->cp_flags & DECOMP_AC) 191 ((x)->cp_flags & COMP_PROT) 193 ((x)->cp_flags & DECOMP_PROT) 195 ((x)->cp_flags & COMP_VJC) 197 ((x)->cp_flags & COMP_VJCCID) 199 ((x)->cp_flags & DECOMP_VJC) 201 ((x)->cp_flags & DECOMP_VJCCID) 203 ((x)->cp_flags & CCP_ISOPEN) [all …]
|
H A D | spppcomp.c | 277 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), cp->cp_flags, in spppcomp_close() 324 ((cp->cp_flags & (COMP_VJC|CCP_COMP_RUN)) && in spppcomp_wput() 354 *mp->b_rptr, cp->cp_flags, CP_FLAGSSTR)); in spppcomp_wput() 631 if ((cp->cp_flags & (COMP_AC|COMP_PROT)) && DB_REF(mp) > 1) { in spppcomp_outpkt() 670 cp->cp_flags, CP_FLAGSSTR)); in spppcomp_outpkt() 724 cp->cp_flags = (cp->cp_flags & ~mask) | (flags & mask); in spppcomp_inner_ioctl() 727 cp->cp_flags &= ~CCP_ISUP & ~CCP_COMP_RUN & in spppcomp_inner_ioctl() 743 CP_FLAGSSTR, cp->cp_flags, CP_FLAGSSTR)); in spppcomp_inner_ioctl() 750 *(uint32_t *)mp->b_cont->b_rptr = cp->cp_flags; in spppcomp_inner_ioctl() 778 nrslots, cp->cp_flags, CP_FLAGSSTR)); in spppcomp_inner_ioctl() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cmd.c | 81 if (cmdpost->cp_flags == HERMON_CMD_NOSLEEP_SPIN) { in hermon_cmd_post() 112 cmdpost->cp_flags); in hermon_cmd_post() 1085 if (cmdpost->cp_flags == HERMON_CMD_SLEEP_NOSPIN) { in hermon_write_hcr() 1108 if (cmdpost->cp_flags == HERMON_CMD_NOSLEEP_SPIN) { in hermon_write_hcr() 1362 cmd.cp_flags = sleepflag; in hermon_init_hca_cmd_post() 1394 cmd.cp_flags = sleepflag; in hermon_close_hca_cmd_post() 1441 cmd.cp_flags = sleepflag; in hermon_set_port_cmd_post() 1469 cmd.cp_flags = sleepflag; in hermon_init_port_cmd_post() 1495 cmd.cp_flags = sleepflag; in hermon_close_port_cmd_post() 1573 cmd.cp_flags = HERMON_CMD_NOSLEEP_SPIN; in hermon_mod_stat_cfg_cmd_post() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cmd.c | 81 if (cmdpost->cp_flags == TAVOR_CMD_NOSLEEP_SPIN) { in tavor_cmd_post() 105 cmdpost->cp_flags); in tavor_cmd_post() 1074 if (cmdpost->cp_flags == TAVOR_CMD_SLEEP_NOSPIN) in tavor_write_hcr() 1087 if (cmdpost->cp_flags == TAVOR_CMD_NOSLEEP_SPIN) { in tavor_write_hcr() 1308 cmd.cp_flags = sleepflag; in tavor_sys_en_cmd_post() 1347 cmd.cp_flags = sleepflag; in tavor_sys_dis_cmd_post() 1405 cmd.cp_flags = sleepflag; in tavor_init_hca_cmd_post() 1442 cmd.cp_flags = sleepflag; in tavor_close_hca_cmd_post() 1500 cmd.cp_flags = sleepflag; in tavor_init_ib_cmd_post() 1534 cmd.cp_flags = sleepflag; in tavor_close_ib_cmd_post() [all …]
|
/titanic_41/usr/src/uts/common/sys/dktp/ |
H A D | cmpkt.h | 48 long cp_flags; member
|
/titanic_41/usr/src/uts/common/io/audio/ac97/ |
H A D | ac97_impl.h | 72 uint32_t cp_flags; /* control type flags */ member
|
H A D | ac97.c | 1340 ctrl->actrl_flags = cpt->cp_flags; in ac_add_control()
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 595 uint32_t cp_flags; member
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cmd.h | 665 uint32_t cp_flags; member
|
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 698 pktp->cp_flags |= CPF_NOINTR; in dadk_dump() 1235 pktp->cp_flags = 0; in dadk_pktprep()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 1008 int cp_flags; member
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.c | 1729 if (pktp->cp_flags & CPF_NOINTR) { in ata_disk_transport()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_subr.c | 2249 prp->cp_flags, cr, NULL); in cachefs_async_putpage()
|
H A D | cachefs_vnops.c | 8014 rp->cfs_req_u.cu_putpage.cp_flags = flags & ~B_ASYNC; in cachefs_putpage_common()
|