HomeSort by: relevance | last modified time | path
    Searched defs:ipcb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
i82557.c 267 * Note: to use IPCB we need extended TXCB support too, and
379 * Enable hardware cksum support by EXT_RFA and IPCB.
951 struct fxp_ipcb *ipcb; local in function:fxp_start
960 ipcb = &txd->txd_u.txdu_ipcb;
961 memset(ipcb, 0, sizeof(*ipcb));
965 ipcb->ipcb_ip_activation_high =
971 ipcb->ipcb_ip_schedule |=
978 ipcb->ipcb_ip_schedule |=
986 ipcb->ipcb_vlan_id = htobe16(vlan_get_tag(m0))
    [all...]
i82557.c 267 * Note: to use IPCB we need extended TXCB support too, and
379 * Enable hardware cksum support by EXT_RFA and IPCB.
951 struct fxp_ipcb *ipcb; local in function:fxp_start
960 ipcb = &txd->txd_u.txdu_ipcb;
961 memset(ipcb, 0, sizeof(*ipcb));
965 ipcb->ipcb_ip_activation_high =
971 ipcb->ipcb_ip_schedule |=
978 ipcb->ipcb_ip_schedule |=
986 ipcb->ipcb_vlan_id = htobe16(vlan_get_tag(m0))
    [all...]

Completed in 24 milliseconds