Searched refs:third_bd (Results 1 – 2 of 2) sorted by relevance
3309 struct eth_tx_3rd_bd *third_bd; in qlnx_send() local3327 third_bd = NULL; in qlnx_send()3624 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()3626 third_bd->data.bitfields |= in qlnx_send()3662 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()3668 third_bd->data.bitfields |= in qlnx_send()3699 } else if (third_bd == NULL) { in qlnx_send()3718 third_bd = in qlnx_send()3736 if (third_bd == NULL) { in qlnx_send()3739 memset(third_bd, 0, sizeof(*third_bd)); in qlnx_send()[all …]
506 struct eth_tx_3rd_bd third_bd /* The third tx bd of a given packet */; member