Searched refs:asq (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.c51 hw->aq.asq.tail = I40E_VF_ATQT1;
52 hw->aq.asq.head = I40E_VF_ATQH1;
53 hw->aq.asq.len = I40E_VF_ATQLEN1;
54 hw->aq.asq.bal = I40E_VF_ATQBAL1;
55 hw->aq.asq.bah = I40E_VF_ATQBAH1;
62 hw->aq.asq.tail = I40E_PF_ATQT;
63 hw->aq.asq.head = I40E_PF_ATQH;
64 hw->aq.asq.len = I40E_PF_ATQLEN;
65 hw->aq.asq.bal = I40E_PF_ATQBAL;
66 hw->aq.asq
745 struct i40e_adminq_ring *asq = &(hw->aq.asq); local
[all...]
H A Di40e_adminq.h97 struct i40e_adminq_ring asq; /* send queue */ member in struct:i40e_adminq_info
H A Dif_ixlv.c2977 oldreg = reg = rd32(hw, hw->aq.asq.len);
2994 wr32(hw, hw->aq.asq.len, reg);
H A Di40e_common.c395 if (hw->aq.asq.len) {
397 return !!(rd32(hw, hw->aq.asq.len) &
400 return !!(rd32(hw, hw->aq.asq.len) &
/freebsd-11-stable/lib/libvgl/
H A Dsimple.c442 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; local
443 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b;
452 d+=(3*(asq-bsq)/2-(dx+dy))/2;
458 y--; dy-=asq2; d+=asq-dy;
478 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; local
479 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b;
488 d+=(3*(asq-bsq)/2-(dx+dy))/2;
494 y--; dy-=asq2; d+=asq
[all...]
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.h209 uint64_t asq; /* admin submission queue base addr */ member in struct:nvme_registers
H A Dnvme_ctrlr.c337 nvme_mmio_write_8(ctrlr, asq, ctrlr->adminq.cmd_bus_addr);

Completed in 225 milliseconds