Searched refs:my_ctl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/my/
H A Dif_myreg.h215 u_int32_t my_ctl; member in struct:my_desc
306 #define MY_TXCTL(x) x->my_ptr->my_frag[x->my_lastdesc].my_ctl
H A Dif_my.c1091 c->my_ptr->my_ctl = (MCLBYTES - 1) << MY_RBSShift;
1361 f->my_ctl = MY_TXFD | MY_TXLD | MY_CRCEnable | MY_PADEnable;
1362 f->my_ctl |= total_len << MY_PKTShift; /* pkt size */
1363 f->my_ctl |= total_len; /* buffer size */
1366 f->my_ctl |= MY_ETIControl | MY_RetryTxLC;
1446 cur_tx->my_ptr->my_frag[0].my_ctl |= MY_TXIC;

Completed in 59 milliseconds