Home
last modified time | relevance | path

Searched refs:num_popped (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_cmds.c254 u16 num_popped) in beiscsi_cq_notify() argument
260 val |= num_popped << DB_CQ_NUM_POPPED_SHIFT; in beiscsi_cq_notify()
Dbe_main.h617 u8 num_popped[13]; member
/linux-2.6.39/drivers/net/benet/
Dbe.h486 u16 num_popped);
Dbe_main.c189 bool arm, bool clear_int, u16 num_popped) in be_eq_notify() argument
204 val |= num_popped << DB_EQ_NUM_POPPED_SHIFT; in be_eq_notify()
208 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm, u16 num_popped) in be_cq_notify() argument
220 val |= num_popped << DB_CQ_NUM_POPPED_SHIFT; in be_cq_notify()