Searched refs:tcb_list_append (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 2331 tcb_list_append(i40e_tx_control_block_t **head, i40e_tx_control_block_t **tail, in tcb_list_append() function 2401 tcb_list_append(&tcbhead, &tcbtail, tcb); in i40e_non_lso_chain() 2437 tcb_list_append(&tcbhead, &tcbtail, tcb); in i40e_non_lso_chain() 2587 tcb_list_append(&tcbhead, &tcbtail, tcb); in i40e_lso_chain() 2665 tcb_list_append(&tcbhead, &tcbtail, tcb); in i40e_lso_chain() 2783 tcb_list_append(&tcbhead, &tcbtail, tcb); in i40e_lso_chain()
|