Searched defs:dlsp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1556 dl_capability_sub_t *dlsp; local
1644 dlsp = (dl_capability_sub_t *)ptr;
1646 dlsp->dl_cap = DL_CAPAB_HCKSUM;
1647 dlsp->dl_length = sizeof (dl_capab_hcksum_t);
1660 dlsp = (dl_capability_sub_t *)ptr;
1662 dlsp->dl_cap = DL_CAPAB_ZEROCOPY;
1663 dlsp->dl_length = sizeof (dl_capab_zerocopy_t);
1679 dlsp = (dl_capability_sub_t *)ptr;
1680 dlsp->dl_cap = DL_CAPAB_VRRP;
1681 dlsp
[all...]
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c302 dl_capability_sub_t *dlsp; local
379 dlsp = (dl_capability_sub_t *)ptr;
380 dlsp->dl_cap = DL_CAPAB_DLD;
381 dlsp->dl_length = sizeof (dl_capab_dld_t);
400 dlsp = (dl_capability_sub_t *)ptr;
402 dlsp->dl_cap = DL_CAPAB_HCKSUM;
403 dlsp->dl_length = sizeof (dl_capab_hcksum_t);
420 dlsp = (dl_capability_sub_t *)ptr;
422 dlsp->dl_cap = DL_CAPAB_ZEROCOPY;
423 dlsp
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3683 dl_capability_sub_t *dlsp; local
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
3766 dl_capability_sub_t *dlsp; local
5428 dl_get_statistics_ack_t *dlsp; local
[all...]

Completed in 91 milliseconds