Searched refs:third_bd (Results 1 – 2 of 2) sorted by relevance
3375 struct eth_tx_3rd_bd *third_bd; in qlnx_send() local3393 third_bd = NULL; in qlnx_send()3699 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()3701 third_bd->data.bitfields |= in qlnx_send()3737 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()3743 third_bd->data.bitfields |= in qlnx_send()3775 } else if (third_bd == NULL) { in qlnx_send()3794 third_bd = in qlnx_send()3812 if (third_bd == NULL) { in qlnx_send()3815 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()[all …]
531 struct eth_tx_3rd_bd third_bd /* The third tx bd of a given packet */; member