Searched refs:pd_pdi (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | mmd.c | 385 } else if (f == PD_REM_NOCNT && !(pd.pd_pdi.flags & PDESC_REM_DEFER)) { in pdesc_count() 395 !(pd.pd_pdi.flags & PDESC_REM_DEFER))) && patbkt != 0) { in pdesc_count() 418 !(pd.pd_pdi.flags & PDESC_REM_DEFER))) in pdesc_count() 419 data->counter += PDESC_HDRL(&pd.pd_pdi); in pdesc_count() 425 !(pd.pd_pdi.flags & PDESC_REM_DEFER))) { in pdesc_count() 426 for (i = 0; i < pd.pd_pdi.pld_cnt; i++) in pdesc_count() 428 &pd.pd_pdi, i); in pdesc_count() 482 PDESC_HDRSIZE(&pd.pd_pdi), PDESC_HDRHEAD(&pd.pd_pdi), in pdesc_print() 483 PDESC_HDRL(&pd.pd_pdi), PDESC_HDRTAIL(&pd.pd_pdi), in pdesc_print() 484 pd.pd_pdi.pld_cnt, pd.pd_pdi.pld_ary[i].pld_pbuf_idx, in pdesc_print() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | multidata_impl.h | 105 pdescinfo_t pd_pdi; /* embedded descriptor info structure */ member 107 #define pd_flags pd_pdi.flags
|
/titanic_41/usr/src/uts/common/io/ |
H A D | multidata.c | 497 pdi = &(pd->pd_pdi); in mmd_copy() 773 PDI_COPY(pdi, &(pd->pd_pdi)); in mmd_addpdesc_int() 778 mmd->mmd_pbuf_ref += pd->pd_pdi.pld_cnt; in mmd_addpdesc_int() 856 mmd->mmd_pbuf_ref -= pd->pd_pdi.pld_cnt; in mmd_destroy_pdesc() 894 mmd->mmd_pbuf_ref -= pd->pd_pdi.pld_cnt; in mmd_rempdesc() 951 PDI_COPY(&(pd->pd_pdi), pdi); in mmd_getpdesc() 1060 c_pdi = &(pd->pd_pdi); in mmd_adjpdesc() 1096 pdi = &(pd->pd_pdi); in mmd_transform() 1153 pdi = &(pd->pd_pdi); in mmd_transform_link() 1258 PDI_COPY(&(pd->pd_pdi), pdi); in mmd_getpdescinfo() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 426 pdescinfo_t *pdi = &pd->pd_pdi; in ip_md_cksum()
|