Lines Matching defs:dlsp
3683 dl_capability_sub_t *dlsp;
3707 dlsp = (dl_capability_sub_t *)&dlap[1];
3710 dl_capab_hcksum_t *dlhp = (dl_capab_hcksum_t *)&dlsp[1];
3712 dlsp->dl_cap = DL_CAPAB_HCKSUM;
3713 dlsp->dl_length = sizeof (dl_capab_hcksum_t);
3728 dlsp = (dl_capability_sub_t *)&dlhp[1];
3732 dl_capab_zerocopy_t *dlzp = (dl_capab_zerocopy_t *)&dlsp[1];
3734 dlsp->dl_cap = DL_CAPAB_ZEROCOPY;
3735 dlsp->dl_length = sizeof (dl_capab_zerocopy_t);
3740 dlsp = (dl_capability_sub_t *)&dlzp[1];
3744 dl_capab_mdt_t *dlmp = (dl_capab_mdt_t *)&dlsp[1];
3746 dlsp->dl_cap = DL_CAPAB_MDT;
3747 dlsp->dl_length = sizeof (dl_capab_mdt_t);
3766 dl_capability_sub_t *dlsp;
3784 dlsp = (dl_capability_sub_t *)(mp->b_rptr + off);
3785 size = sizeof (dl_capability_sub_t) + dlsp->dl_length;
3789 switch (dlsp->dl_cap) {
3791 dlhp = (dl_capab_hcksum_t *)&dlsp[1];
5428 dl_get_statistics_ack_t *dlsp;
5447 dlsp = (dl_get_statistics_ack_t *)mp->b_rptr;
5448 dlsp->dl_primitive = DL_GET_STATISTICS_ACK;
5449 dlsp->dl_stat_length = sizeof (struct gldkstats);
5450 dlsp->dl_stat_offset = DL_GET_STATISTICS_ACK_SIZE;