Searched refs:third_bd (Results 1 – 2 of 2) sorted by relevance
3252 struct eth_tx_3rd_bd *third_bd; in qlnx_send() local3270 third_bd = NULL; in qlnx_send()3567 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()3569 third_bd->data.bitfields |= in qlnx_send()3605 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()3611 third_bd->data.bitfields |= in qlnx_send()3642 } else if (third_bd == NULL) { in qlnx_send()3661 third_bd = in qlnx_send()3679 if (third_bd == NULL) { in qlnx_send()3682 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()[all …]
504 struct eth_tx_3rd_bd third_bd /* The third tx bd of a given packet */; member