Home
last modified time | relevance | path

Searched refs:seq_pool (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_hw.c1284 if (!hw->seq_pool) { in efct_hw_rx_post()
1290 hw->seq_pool = kmalloc_objs(struct efc_hw_sequence, count); in efct_hw_rx_post()
1291 if (!hw->seq_pool) in efct_hw_rx_post()
1305 seq = hw->seq_pool + idx; in efct_hw_rx_post()
1317 if (rc && hw->seq_pool) in efct_hw_rx_post()
1318 kfree(hw->seq_pool); in efct_hw_rx_post()
3490 kfree(hw->seq_pool); in efct_hw_teardown()
3491 hw->seq_pool = NULL; in efct_hw_teardown()
H A Defct_hw.h418 struct efc_hw_sequence *seq_pool; member