Home
last modified time | relevance | path

Searched defs:asq (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h66 struct i40e_adminq_ring asq; /* send queue */ member
H A Di40e_adminq.c723 struct i40e_adminq_ring *asq = &(hw->aq.asq); in i40e_clean_asq() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c584 struct iavf_adminq_ring *asq = &hw->aq.asq; in iavf_clean_asq() local
H A Diavf_adminq.h66 struct iavf_adminq_ring asq; /* send queue */ member
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h573 __u64 asq; /* Admin SQ Base Address */ member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c954 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) in mk_sense_buffer()