Home
last modified time | relevance | path

Searched refs:stword (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1375 uint64_t stword; in i40e_ring_rx() local
1417 stword = LE64_TO_CPU(cur_desc->wb.qword1.status_error_len); in i40e_ring_rx()
1426 while ((stword & (1 << I40E_RX_DESC_STATUS_DD_SHIFT)) != 0) { in i40e_ring_rx()
1439 eop = stword & (1 << I40E_RX_DESC_STATUS_EOF_SHIFT); in i40e_ring_rx()
1442 error = (stword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_ring_rx()
1449 plen = (stword & I40E_RXD_QW1_LENGTH_PBUF_MASK) >> in i40e_ring_rx()
1452 ptype = (stword & I40E_RXD_QW1_PTYPE_MASK) >> in i40e_ring_rx()
1485 i40e_rx_hcksum(itrq, mp, stword, error, ptype); in i40e_ring_rx()
1511 stword = LE64_TO_CPU(cur_desc->wb.qword1.status_error_len); in i40e_ring_rx()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4403 uint16_t stword[2]; in hubd_get_hub_status() local
4418 if ((hubd_get_hub_status_words(hubd, stword)) != USB_SUCCESS) { in hubd_get_hub_status()
4422 status = stword[0]; in hubd_get_hub_status()
4423 change = stword[1]; in hubd_get_hub_status()