Lines Matching refs:CPU_TO_LE16
178 desc->flags = CPU_TO_LE16(I40E_AQ_FLAG_BUF); in i40e_alloc_arq_bufs()
180 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_alloc_arq_bufs()
185 desc->datalen = CPU_TO_LE16((u16)bi->size); in i40e_alloc_arq_bufs()
898 desc->flags &= ~CPU_TO_LE16(details->flags_dis); in i40e_asq_send_command()
899 desc->flags |= CPU_TO_LE16(details->flags_ena); in i40e_asq_send_command()
946 desc_on_ring->datalen = CPU_TO_LE16(buff_size); in i40e_asq_send_command()
1052 desc->opcode = CPU_TO_LE16(opcode); in i40e_fill_default_direct_cmd_desc()
1053 desc->flags = CPU_TO_LE16(I40E_AQ_FLAG_SI); in i40e_fill_default_direct_cmd_desc()
1138 desc->flags = CPU_TO_LE16(I40E_AQ_FLAG_BUF); in i40e_clean_arq_element()
1140 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_clean_arq_element()
1141 desc->datalen = CPU_TO_LE16((u16)bi->size); in i40e_clean_arq_element()