Searched refs:cmd_pending (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dcmd.c144 static int cmd_pending(struct mlx4_dev *dev) function
168 while (cmd_pending(dev)) {
228 while (cmd_pending(dev) && time_before(jiffies, end))
231 if (cmd_pending(dev)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_disc.h110 atomic_t cmd_pending; member in struct:lpfc_nodelist
H A Dlpfc_scsi.c2336 atomic_dec(&pnode->cmd_pending);
2449 atomic_read(&pnode->cmd_pending) &&
2450 (atomic_read(&pnode->cmd_pending) >
2455 atomic_read(&pnode->cmd_pending);
2925 if (atomic_read(&ndlp->cmd_pending) >= ndlp->cmd_qdepth)
3018 atomic_inc(&ndlp->cmd_pending);
3022 atomic_dec(&ndlp->cmd_pending);
H A Dlpfc_hbadisc.c3586 atomic_set(&ndlp->cmd_pending, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Drfbi.c121 atomic_t cmd_pending; member in struct:__anon16347
348 atomic_set(&rfbi.cmd_pending, 0);
926 atomic_set(&rfbi.cmd_pending, 0);

Completed in 137 milliseconds