Lines Matching refs:CPU_TO_LE16
179 desc->flags = CPU_TO_LE16(I40E_AQ_FLAG_BUF); in i40e_alloc_arq_bufs()
181 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_alloc_arq_bufs()
186 desc->datalen = CPU_TO_LE16((u16)bi->size); in i40e_alloc_arq_bufs()
899 desc->flags &= ~CPU_TO_LE16(details->flags_dis); in i40e_asq_send_command()
900 desc->flags |= CPU_TO_LE16(details->flags_ena); in i40e_asq_send_command()
947 desc_on_ring->datalen = CPU_TO_LE16(buff_size); in i40e_asq_send_command()
1053 desc->opcode = CPU_TO_LE16(opcode); in i40e_fill_default_direct_cmd_desc()
1054 desc->flags = CPU_TO_LE16(I40E_AQ_FLAG_SI); in i40e_fill_default_direct_cmd_desc()
1139 desc->flags = CPU_TO_LE16(I40E_AQ_FLAG_BUF); in i40e_clean_arq_element()
1141 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_clean_arq_element()
1142 desc->datalen = CPU_TO_LE16((u16)bi->size); in i40e_clean_arq_element()