Searched refs:MSS (Results 1 – 8 of 8) sorted by relevance
377 const unsigned int MSS = status_byte & request_service_bit; in ibrsv2() local382 if (MSS == 0 && new_reason_for_service) in ibrsv2()389 (MSS == 0 || (MSS && new_reason_for_service))) { in ibrsv2()
277 *queue_info |= SQ_CTRL_QUEUE_INFO_SET(mss, MSS); in hinic3_set_tso_info()467 if (!SQ_CTRL_QUEUE_INFO_GET(wqe_desc->queue_info, MSS)) { in hinic3_prepare_sq_ctrl()469 SQ_CTRL_QUEUE_INFO_SET(HINIC3_TX_MSS_DEFAULT, MSS); in hinic3_prepare_sq_ctrl()470 } else if (SQ_CTRL_QUEUE_INFO_GET(wqe_desc->queue_info, MSS) < in hinic3_prepare_sq_ctrl()475 SQ_CTRL_QUEUE_INFO_SET(HINIC3_TX_MSS_MIN, MSS); in hinic3_prepare_sq_ctrl()
22 u32 MSS; /* 0x08 */ member
188 const int MSS = status & request_service_bit; in fmh_gpib_serial_poll_response2() local189 const int reqt = MSS && new_reason_for_service; in fmh_gpib_serial_poll_response2()190 const int reqf = MSS == 0; in fmh_gpib_serial_poll_response2()
784 const int MSS = status & request_service_bit; in tnt4882_serial_poll_response2() local785 const int reqt = MSS && new_reason_for_service; in tnt4882_serial_poll_response2()786 const int reqf = MSS == 0; in tnt4882_serial_poll_response2()
254 mss_index = GET_VAL(MSS, le64_to_cpu(raw_desc->m3)); in xgene_enet_tx_completion()360 *hopinfo |= SET_BIT(ET) | SET_VAL(MSS, mss_index); in xgene_enet_work_msg()
192 FLOWC_PARAM(MSS, tp->mss_cache); in send_tx_flowc_wr()
1657 MSS, packet->mss); in xgbe_dev_xmit()
Completed in 30 milliseconds