Lines Matching refs:dlsp
3410 dl_capability_sub_t *dlsp; in gld_cap_ack() local
3429 dlsp = (dl_capability_sub_t *)&dlap[1]; in gld_cap_ack()
3432 dl_capab_hcksum_t *dlhp = (dl_capab_hcksum_t *)&dlsp[1]; in gld_cap_ack()
3434 dlsp->dl_cap = DL_CAPAB_HCKSUM; in gld_cap_ack()
3435 dlsp->dl_length = sizeof (dl_capab_hcksum_t); in gld_cap_ack()
3450 dlsp = (dl_capability_sub_t *)&dlhp[1]; in gld_cap_ack()
3454 dl_capab_zerocopy_t *dlzp = (dl_capab_zerocopy_t *)&dlsp[1]; in gld_cap_ack()
3456 dlsp->dl_cap = DL_CAPAB_ZEROCOPY; in gld_cap_ack()
3457 dlsp->dl_length = sizeof (dl_capab_zerocopy_t); in gld_cap_ack()
3462 dlsp = (dl_capability_sub_t *)&dlzp[1]; in gld_cap_ack()
3473 dl_capability_sub_t *dlsp; in gld_cap_enable() local
3491 dlsp = (dl_capability_sub_t *)(mp->b_rptr + off); in gld_cap_enable()
3492 size = sizeof (dl_capability_sub_t) + dlsp->dl_length; in gld_cap_enable()
3496 switch (dlsp->dl_cap) { in gld_cap_enable()
3498 dlhp = (dl_capab_hcksum_t *)&dlsp[1]; in gld_cap_enable()
5133 dl_get_statistics_ack_t *dlsp; in gld_get_statistics() local
5152 dlsp = (dl_get_statistics_ack_t *)mp->b_rptr; in gld_get_statistics()
5153 dlsp->dl_primitive = DL_GET_STATISTICS_ACK; in gld_get_statistics()
5154 dlsp->dl_stat_length = sizeof (struct gldkstats); in gld_get_statistics()
5155 dlsp->dl_stat_offset = DL_GET_STATISTICS_ACK_SIZE; in gld_get_statistics()