Searched refs:my_rx_head (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/iser/
H A Diser_verbs.c893 unsigned int my_rx_head = iser_conn->rx_desc_head; local
897 rx_desc = &iser_conn->rx_descs[my_rx_head];
902 my_rx_head = (my_rx_head + 1) % iser_conn->qp_max_recv_dtos;
914 iser_conn->rx_desc_head = my_rx_head;
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c1064 cd->my_rx_head = &cd->my_rx_chain[0];
1112 while (!((rxstat = sc->my_cdata.my_rx_head->my_ptr->my_status)
1114 cur_rx = sc->my_cdata.my_rx_head;
1115 sc->my_cdata.my_rx_head = cur_rx->my_nextdesc;
H A Dif_myreg.h337 struct my_chain_onefrag *my_rx_head; member in struct:my_chain_data

Completed in 53 milliseconds